.how-it-works-area {
  background-color: #1c2f80;
  color: #ffffff;
  padding: 100px 0;
}
.how-it-works-container {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 30px;
}
.how-it-works-container .how-it-works-title {
  text-align: center;
  font-family: "Poppins", Sans-serif;
  font-size: 50px;
  font-weight: 700;
  font-style: normal;
  line-height: 60px;
  color: #ffffff;
  margin: 0 0 50px;
}
.how-it-works-wrap {
  display: flex;
  gap: 45px;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .how-it-works-wrap {
    gap: 25px;
  }
}
.how-it-works-wrap .how-it-works-item {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  flex: 1;
  padding: 65px 48px;
  border-radius: 5px;
  text-align: center;
  max-width: calc(33% - 26px);
  min-width: calc(33% - 27px);
  background: #fff;
}
@media (max-width: 991px) {
  .how-it-works-wrap .how-it-works-item {
    max-width: calc(50% - 23px);
    min-width: calc(50% - 23px);
    padding: 45px;
  }
}
@media (max-width: 575px) {
  .how-it-works-wrap .how-it-works-item {
    max-width: calc(100% - 0px);
    min-width: calc(100% - 0px);
    padding: 25px;
  }
}
.how-it-works-wrap .how-it-works-item .step-number {
  font-size: 30px;
  color: #000;
  line-height: 40px;
  font-family: "Poppins", Sans-serif;
  margin: 0 0 25px;
  padding: 0;
  font-weight: 700;
}
.how-it-works-wrap .how-it-works-item .icon {
  display: inline-flex;
  height: 75px;
  width: 70px;
  background: #000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 0 0 25px;
}
.how-it-works-wrap .how-it-works-item .icon img {
  height: 35px;
  width: auto;
  max-width: 100%;
}
.how-it-works-wrap .how-it-works-item .main-title {
  color: #000;
  font-family: "Poppins", Sans-serif;
  margin: 0 0 20px;
  font-size: 22px;
  line-height: 32px;
  padding: 0;
  font-weight: 600;
}
.how-it-works-wrap .how-it-works-item .text {
  color: #000;
  font-family: "Poppins", Sans-serif;
font-size: 16px;
  line-height: 30px;
  margin: 0;
}
.how-it-works-container .book-now {
  text-align: center;
  margin: 20px 0 0;
}
.how-it-works-container .book-now a {
    max-width: 160px;
    width: 100%;
    display: block;
    height: 48px;
    padding: 12px 10px;
    text-decoration: none;
    border-radius: 10px;
    color: #fff;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    margin: 60px auto 0;
    font-family: Poppins;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0;
    text-align: center;
    background: #000;
    border-radius: 11px;
    text-transform: capitalize;
}
.how-it-works-container .book-now a:hover {
  background: #ffffff;
  color: #000000;
}
