.home-why-us {
  padding-top: 220px;
  padding-bottom: 220px;
  margin-top: -25px;
  background: linear-gradient(
      180deg,
      #ebaaa9 4.41%,
      rgba(237, 178, 175, 0.9) 17.93%,
      rgba(239, 190, 185, 0.73) 38.71%,
      rgba(241, 199, 192, 0.61) 54.12%,
      rgba(243, 208, 200, 0.49) 66.58%,
      rgba(250, 244, 229, 0) 100%
    ),
    #f8f0da;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  position: relative;
  z-index: 2;
}
.icon {
  position: relative;
  padding-right: 60px;
  display: inline-block;
}
.icon::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 45px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.icon--buha.icon::after {
  background-image: url(../../../assets/icons/Frame-54.svg);
}
.icon--smile.icon::after {
  background-image: url(../../../assets/icons/Frame-61.svg);
}
.icon--sad.icon::after {
  background-image: url(../../../assets/icons/Frame-62.svg);
}
.home-why-us-content h2 {
  margin-bottom: 35px;
}
.home-why-us-content .paragraph__20 {
  max-width: 914px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}
.home-why-us-content img {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  max-width: 181px;
  object-fit: contain;
}
.home-why-us-content .dash {
  letter-spacing: -2px;
}
.home-why-us-content > a {
  margin-top: 35px;
  width: max-content;
  justify-content: center;
}
.home-why-us::before {
  content: "";
  position: absolute;
  left: 40px;
  bottom: 40px;
  background-image: url("../../../assets/icons/leftbottom-shape2.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 466px;
  height: 466px;
}
.home-why-us::after {
  content: "";
  position: absolute;
  right: 40px;
  top: 40px;
  background-image: url("../../../assets/icons/rightup-shape2.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 580px;
  height: 466px;
}
.home-why-us-content {
  max-width: 1097px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1440px) {
  .home-why-us::after,
  .home-why-us::before {
    width: 300px;
    height: 250px;
  }
  .home-why-us {
    padding-top: 140px;
    padding-bottom: 120px;
  }
}

@media only screen and (max-width: 1280px) {
  .home-why-us::after,
  .home-why-us::before {
    width: 200px;
    height: 200px;
  }

  .home-why-us::after {
    top: 20px;
    right: 15px;
  }
  .home-why-us::before {
    left: 15px;
  }
}
@media only screen and (max-width: 576px) {
  .home-why-us::after {
    width: 100%;
    height: 60px;
    background-image: url("../../../assets/icons/why-us-mobile-banner.svg");
    top: 40px;
    background-size: cover;
    right: 0;
  }
  .home-why-us::before {
    width: 100%;
    height: 60px;
    background-image: url("../../../assets/icons/why-us-mobile-banner-bottom.svg");
    background-size: cover;
    left: 0;
    bottom: 0;
  }
  .home-why-us {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}
