.home-why-us__title {
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #2F2F2F;
  margin-bottom: 18px;
}
@media (max-width: 1199.98px) {
  .home-why-us__title {
    margin-bottom: 14px;
  }
}
.home-why-us__title span {
  position: relative;
}
.home-why-us__title span::after {
  content: "";
  width: 64.5px;
  height: 1px;
  background: #A2A2A2;
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translate(100%, -50%);
}
.home-why-us__subtitle {
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 48px;
  color: #000;
  margin-bottom: 54px;
  max-width: 20ch;
}
@media (max-width: 1199.98px) {
  .home-why-us__subtitle {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .home-why-us__subtitle {
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 31px;
  }
}
.home-why-us__image {
  position: relative;
  border-radius: 65px 0 86px;
  overflow: hidden;
  margin-bottom: 0;
  background: #E6FFF8;
}
.home-why-us__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
}
.home-why-us__image::after {
  content: "";
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 82.79%;
}
@media (min-width: 992px) {
  .home-why-us__features {
    margin: 0 -15px;
  }
}
.home-why-us__features .feature {
  display: flex;
  margin-bottom: 45px;
}
@media (min-width: 992px) {
  .home-why-us__features .feature {
    padding: 0 15px;
  }
}
@media (max-width: 1199.98px) {
  .home-why-us__features .feature {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .home-why-us__features .feature {
    margin-bottom: 35px;
  }
}
.home-why-us__features .feature__image {
  max-width: 51px;
  width: 100%;
  margin-bottom: 0;
}
.home-why-us__features .feature__text {
  padding-left: 20px;
  width: 100%;
}
.home-why-us__features .feature__title {
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  color: #000;
  margin-bottom: 10px;
}
.home-why-us__features .feature__description {
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #48525A;
  margin-bottom: 0;
  max-width: 245px;
}
@media (max-width: 991.98px) {
  .home-why-us__features .feature__description {
    max-width: 100%;
  }
}

@media (max-width: 991.98px) {
  .why-us-row .btn-outline-black {
    display: flex;
    justify-content: center;
    max-width: 350px;
    margin: 0 auto;
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .why-us-row .image-wrap {
    max-width: 575px;
    margin: 0 auto;
    margin-bottom: 115px;
  }
}
@media (max-width: 991.98px) {
  .why-us-row .image-wrap {
    margin-bottom: 36px;
  }
}

.image-wrap {
  position: relative;
}

.vector-top,
.vector-bottom {
  position: absolute;
}
@media (max-width: 991.98px) {
  .vector-top,
.vector-bottom {
    display: none;
  }
}

.vector-top {
  top: -46px;
  right: -46px;
}

.vector-bottom {
  bottom: -75px;
  left: -15px;
}

@media (min-width: 1600px) {
  .why-us-row {
    margin-right: -50px;
  }
}
@media (max-width: 1199.98px) {
  .why-us-row {
    flex-direction: column-reverse;
  }
}