.home-why-us__row {
  display: flex;
  gap: 40px;
}
.home-why-us {
  padding-top: clamp(40px, 7.8vw, 150px);
  padding-bottom: clamp(40px, 7.8vw, 150px);
  background: #ae0a22;
}
.home-why-us__row > div {
  width: calc(50% - 20px);
}
.home-why-us h2 {
  font-size: 48px;
  letter-spacing: 1.3px;
  margin-top: 10px;
  max-width: 500px;
  margin-left: 0;
  line-height: 1.3;
  margin-bottom: 40px;
  color: #fff;
}
.home-why-us .subtitle {
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 3.6px;
  text-transform: uppercase;
}
.home-why-us__list {
  margin: 0;
}
.home-why-us__item {
  list-style: none;
  margin-left: 0;
}
.home-why-us__item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.home-why-us__item img {
  object-fit: contain;
  max-width: 25px;
  margin-left: auto;
  margin-right: auto;
}
.home-why-us__item-img {
  border-radius: 16px;
  width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  height: 56px;
  background: rgba(255, 255, 255, 0.1);
}
.home-why-us__item h3 {
  margin-bottom: 8px;
  color: #fff;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin-top: 0;
}
.home-why-us__item-content {
  max-width: 441px;
  font-size: 16px;
  color: #fff;
  line-height: 26px;
}
.home-why-us__item-content p {
  color: #fff;
  margin-bottom: 0;
}
.home-why-us__item:not(:last-of-type) {
  margin-bottom: 40px;
}
.home-why-us__wrapper {
  padding: 48px;
  border-radius: 20px;
  border: 0.5px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 40px 80px 0 rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(10px);
}
.home-why-us__stars {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 32px;
}
.testimonial__msg {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 48px;
  line-height: 32px;
}
.testimonial__person {
  display: flex;
  gap: 20px;
  align-items: center;
}
.person-name {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  display: block;
}
.person-info {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  display: block;
  font-weight: 500;
  line-height: 20px;
}
.testimonial__person img {
  aspect-ratio: 1/1;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 2px solid rgba(99, 0, 26, 0.2);
}
.testimonial__bottom {
  display: flex;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 40px;
  margin-top: 48px;
  justify-content: space-between;
  gap: 30px;
}
.testimonial__nr {
  color: #fff;
  font-family: "Merriweather", serif;

  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: -1.5px;
}
.testimonial__cr-info {
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .home-why-us__row {
    flex-direction: column;
  }
  .home-why-us__row > div {
    width: 100%;
  }
  .home-why-us h2 {
    font-size: 40px !important;
  }
}
@media only screen and (max-width: 575px) {
  .home-why-us__wrapper {
    padding: 20px;
  }
  .testimonial__bottom {
    margin-top: 20px;
    padding-top: 20px;
  }
  .home-why-us h2 {
    font-size: 32px !important;
  }
  .testimonial__cr-info {
    font-size: 8px;
  }
  .testimonial__bottom {
    gap: 10px;
  }
  .testimonial__bottom > div {
    flex: 1;
  }
}
