.single-service-benefits__content {
  max-width: 550px;
}
.single-service-benefits {
  background: #fffef7;
}
.single-service-benefits__content strong {
  font-size: 20px;
  margin-bottom: 20px;
  display: block;
  color: #3b3b3bbf;
}
.single-service-benefits__content li strong {
  font-size: clamp(16px, 0.9375vw, 18px);
  font-weight: 600;
  display: inline;
  color: #69745d;
  margin-bottom: 0;
}
.single-service-benefits__content p {
  margin-bottom: 20px;
}
.single-service-benefits__content li {
  position: relative;
  color: #69745d;
  font-weight: 500;
  padding: 10px 0 10px 40px;
  border-bottom: 1px solid #ecebea;
}
.single-service-benefits__content li:not(:last-of-type) {
  margin-bottom: 15px;
}
.single-service-benefits__content li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("../../assets/icons/checked-green.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.single-service-benefits__testimonial {
  display: flex;
  padding: 17px 20px;
  gap: 20px;
  background: #faf3e9;
  border-radius: 14px;
}
.single-service-benefits__testimonial-content p {
  margin-bottom: 9px;

  color: #69745d;
  font-weight: 600;
  line-height: 1.31;
}
#page .single-service-benefits__testimonial-person {
  font-size: 14px;
  color: #69745d;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.23;
}
.single-service-benefits__testimonial-img img {
  display: flex;
  max-width: 73px;
  object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 12px;
}
.single-service-benefits__testimonial {
  max-width: 475px;
}
.single-service-benefits__img img {
  display: flex;
  border-radius: 30px;
}
@media only screen and (max-width: 1560px) {
  .single-service-benefits__content p {
    font-size: 14px;
  }
}
.page-id-411 .single-service-benefits {
  padding-bottom: 0;
}
@media only screen and (max-width: 1336px) {
  .single-service-benefits__content strong {
    font-size: 16px;
  }
  .single-service-benefits__content p {
    font-size: 12px !important;
  }
  .single-service-benefits__content li:not(:last-of-type) {
    font-size: 14px;
  }
  .single-service-benefits__img {
    height: 100%;
  }
  .single-service-benefits__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .page-id-369 .single-service-benefits__testimonial-content,
  .page-id-329 .single-service-benefits__testimonial-content {
    max-height: unset !important;
    margin-top: 0px !important;
  }
}
@media only screen and (max-width: 991px) {
  .single-service-benefits__content {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .single-service-benefits.img-left .row {
    flex-direction: column-reverse;
  }
  .single-service-benefits__content p {
    font-size: 16px !important;
  }
  .single-service-benefits__content-upper .mb-60 {
    margin-bottom: 20px;
  }
}
.page-id-369 .single-service-benefits__testimonial-content,
.page-id-329 .single-service-benefits__testimonial-content {
  max-height: 70px;
  margin-top: -7px;
}
.single-service-benefits__img {
  width: 100%;
  height: 100%;
}
.single-service-benefits__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.single-service-benefits__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.page-id-369 .single-service-benefits.img-left {
  padding-top: 0;
  padding-bottom: 0;
}
.page-id-433 .single-service-benefits {
  padding-bottom: 0;
}
.page-id-451 .single-service-benefits {
  padding-bottom: 20px;
}
