.How_we_work {
  margin: 30px 0px;
}

.How_we_work .How_we_work_holder {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 3px #00000029;
  border-radius: 24px;
  opacity: 1;
  padding: 2%;
  position: relative;
  padding-bottom: 4%;
}

.How_we_work .why_card .icon {
  font-size: 42px;
  color: #333;
  margin-bottom: 15px;
}

.How_we_work .why_card h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #141414;
  margin: 0;
}

.How_we_work .why_card .sub_card {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #141414;
}

.How_we_work .why_card p {
  font-size: 14px;
  color: #000000;
  font-weight: 500;
  margin: 0;
  word-wrap: break-word;
}

.How_we_work .why_card {
  cursor: pointer;
  overflow: visible;
  transition: box-shadow 0.3s ease;
  background: #e2f7ff 0% 0% no-repeat padding-box;
  border-radius: 8px;
}

.How_we_work .why_card:hover {
  background: #f5f5f5 0% 0% no-repeat padding-box;
}

.How_we_work .why_card .why_icon_img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  transition: 0.3s ease;
  filter: brightness(0);
}

.How_we_work .why_card:hover .why_icon_img {
  filter: brightness(0) saturate(100%) invert(46%) sepia(21%) saturate(1200%)
    hue-rotate(160deg);
}

.How_we_work .banner_img_holder {
  /* aspect-ratio: 1/0.35; */
  /* box-shadow: 0px 3px 3px #00000029; */
  border-radius: 0px 0px 24px 24px;
  overflow: hidden;
  margin-top: -14%;
}

.How_we_work .banner_img_holder .banner_img {
  width: 100%;
  height: 100%;
}

.How_we_work .contact_strip_holder {
  background: transparent linear-gradient(84deg, #00adef 0%, #005778 100%) 0% 0%
    no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 0px 0px 0px 50px;
  padding: 1.5%;
  position: absolute;
  bottom: -38%;
  width: 55%;
  right: 0px;
  z-index: 1;
}

.How_we_work .contact_strip_holder .text_holder h2 {
  text-align: left;
  font-size: 35px;
  font-weight: 900;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: capitalize;
}

.How_we_work .contact_strip_holder .text_holder h4 {
  text-align: left;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: capitalize;
}

.How_we_work .contact_strip_holder .text_holder .hr_holder {
  border: 1px solid #fff;
  width: 20%;
  margin: 17px 0px;
}

.How_we_work .contact_strip_holder .text_holder p {
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 0px;
}

.How_we_work .contact_strip_holder .disc_text_holder {
  display: flex;
  gap: 10px;
  align-items: end;
  justify-content: space-between;
}

.How_we_work .contact_strip_holder .bg_img_holder {
  width: 100px;
  height: 100%;
}

.How_we_work .contact_strip_holder .bg_img_holder .bg_img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top;
}

.How_we_work .contact_strip_holder .bg_1 {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
}

.How_we_work .contact_strip_holder .bg_2 {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
}

@media (min-width: 0px) and (max-width: 574px) {
  .How_we_work .contact_strip_holder .disc_text_holder {
    flex-wrap: wrap;
  }

  .How_we_work .contact_strip_holder {
    border-radius: 5px;
    position: unset;
    width: 100%;
    margin: 10px 0px;
  }

  .How_we_work .contact_strip_holder .text_holder h2 {
    font-size: 22px;
  }

  .How_we_work .contact_strip_holder .text_holder h4 {
    font-size: 15px;
  }

  .How_we_work .contact_strip_holder .text_holder p {
    font-size: 16px;
  }

  .How_we_work .custom_col {
    width: 100%;
  }

  .How_we_work .why_card h5 {
    font-size: 14px;
  }

  .How_we_work .why_card p {
    font-size: 13px;
  }

  .How_we_work .why_card .icon {
    font-size: 25px;
  }

  .How_we_work .How_we_work_holder {
    border-radius: 5px;
  }
}

@media (min-width: 575px) and (max-width: 767.98px) {
  .How_we_work .contact_strip_holder {
    border-radius: 8px;
    position: unset;
    width: 100%;
    margin: 20px 0px;
  }

  .How_we_work .contact_strip_holder .text_holder h2 {
    font-size: 25px;
  }

  .How_we_work .contact_strip_holder .text_holder h4 {
    font-size: 20px;
  }

  .How_we_work .contact_strip_holder .text_holder p {
    font-size: 15px;
  }

  .How_we_work .why_card h5 {
    font-size: 15px;
  }

  .How_we_work .why_card p {
    font-size: 14px;
  }

  .How_we_work .why_card .icon {
    font-size: 27px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .How_we_work .custom_col {
    width: 44%;
  }

  .How_we_work .why_card h5 {
    font-size: 16px;
  }

  .How_we_work .why_card p {
    font-size: 15px;
  }

  .How_we_work .why_card .icon {
    font-size: 2px;
  }

  .How_we_work .contact_strip_holder {
    border-radius: 5px;
    position: unset;
    width: 100%;
    margin: 20px 0px;
  }

  .How_we_work .contact_strip_holder .text_holder h2 {
    font-size: 30px;
  }

  .How_we_work .contact_strip_holder .text_holder h4 {
    font-size: 25px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .How_we_work .contact_strip_holder {
    bottom: -34%;
    width: 75%;
  }

  .How_we_work .why_card h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #000000;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .How_we_work .contact_strip_holder {
    bottom: -34%;
    width: 75%;
  }

  .How_we_work .why_card h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #000000;
  }
}
