.How_we_work {
  margin: 30px 0px;
}
.How_we_work .How_we_work_holder {
    /* background: #f2fbff 0% 0% no-repeat padding-box; */
    /* box-shadow: 0px 3px 3px #00000029; */
    border-radius: 24px;
    opacity: 1;
    padding: 10px 20px;
    position: relative;
    padding-bottom: 5px;
}
.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: 15px;
    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: #e6e4d382 0% 0% no-repeat padding-box;
    border-radius: 8px;
}

.How_we_work .why_card:hover {
    background: #dddbc4 0% 0% no-repeat padding-box;
}
.How_we_work .why_card .why_icon_img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 0.3s ease;
    
}


.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 .text_holder h2 {
  /* text-align: left; */
  font-size: 35px;
  font-weight: 900;
  letter-spacing: 0px;
  color: #000;
  text-transform: capitalize;
}

.How_we_work .contact_strip_holder .text_holder h4 {
    /* text-align: left; */
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #000;
    text-transform: capitalize;
}

.How_we_work .contact_strip_holder{
  padding: 45px 0px 0px 0px;
}

.How_we_work .contact_strip_holder .text_holder p {
    /* text-align: left; */
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #000;
    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;
  }
}
