.home-why-us {
  padding-top: clamp(60px, 4.5833333333vw, 88px);
}
.home-why-us .heading_wrapper {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(60px, 4.5833333333vw, 88px);
}
.home-why-us_card {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  height: 100%;
}
.home-why-us_card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
      180deg,
      rgba(105, 116, 93, 0) 11.45%,
      rgba(105, 116, 93, 0.76) 58.39%,
      rgba(105, 116, 93, 0.87) 67.19%,
      rgba(105, 116, 93, 0.95) 74.33%,
      #69745d 80.82%
    ),
    linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
}
.home-why-us_card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-why-us_card__icon {
  position: absolute;
  z-index: 3;
  top: 37px;
  left: 37px;
}
.home-why-us_card__image {
  height: 100%;
}
.home-why-us_card__image h4 {
  position: absolute;
  bottom: 37px;
  left: 37px;
  right: 37px;
  z-index: 8;
  max-width: 70%;
}
.home-why-us_list {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  gap: 40px;
}
.home-why-us_list > div {
  width: calc(50% - 20px);
  padding: 24px 32px;
  border-radius: 30px;
  background: #f1f4e6;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 13px;
}
@media only screen and (max-width: 991px) {
  .home-why-us_list {
    margin-top: 30px;
  }
  .home-why-us_list {
    gap: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .home-why-us .heading_wrapper {
    margin-bottom: 30px;
  }
  .home-why-us_list > div {
    width: 100%;
  }
  .home-why-us_list {
    gap: 15px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .home-why-us_card__image h4 {
    left: 20px;
    bottom: 30px;
  }
  .home-why-us_card__icon {
    left: 20px;
    top: 20px;
  }
}
