.single-service-hero__image {
  /* transform: translateX(80px); */
}
.single-service-hero {
  padding-top: 20px;
  padding-bottom: 50px;
  border-radius: 0 0 30px 30px;
  background: linear-gradient(
    0deg,
    rgba(105, 116, 93, 0.2) 0%,
    rgba(105, 116, 93, 0) 100%
  );
}
.single-service-hero span {
  margin-bottom: 27px;
}
.single-service-hero h1 {
  margin-bottom: 23px;
}
.single-service-hero .paragraph__20 {
  margin-bottom: 42px;
}
.single-service-hero__image > img {
  aspect-ratio: 32/19;
  width: 100%;
  object-fit: cover;
  border-radius: 18px;
  margin-bottom: 20px;
}
.single-service-hero__testimonial {
  display: flex;
  gap: 20px;
  align-items: center;
}
.single-service-hero__product {
  display: flex;
}
.gap-20 {
  gap: 20px;
}
.single-service-hero__testimonial {
  width: calc(60% - 10px);
  color: white;
}
.single-service-hero__product {
  width: calc(40% - 10px);
}
.single-service-hero__testimonial {
  padding: 36px 40px;
  background: var(--main-green);
  border-radius: 14px;
}
.single-service-hero__product {
  padding: 24px;
  border-radius: 18px;
  background: #faf3e9;
  gap: 38px;
}
.single-service-hero__testimonial p {
  color: white;
}
.single-service-hero__content {
  padding-left: 85px;
}
.single-service-hero__product-img img {
  max-width: 72px;
}
.single-service-hero__product-title {
  color: #313131;
  font-size: clamp(16px, 0.9375vw, 18px);
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 4px;
}
.single-service-hero__product-description {
  font-size: 14px;
  line-height: 1.48;
  color: #3b3b3b;
  font-weight: 300;
}
.single-service-hero__product-info {
  width: calc(100% - 100px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.single-service-hero__testimonial-img img {
  min-width: 120px;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 12px;
  /* height: 100%; */
}
.single-service-hero__image {
  padding-right: 20px;
}
#page .single-service-hero__testimonial-content > div {
  margin-bottom: 20px;
}
.single-service-hero__testimonial-img {
  display: flex;
}
.single-service-hero__product-img {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1560px) {
  .single-service-hero__testimonial {
    padding: 20px;
  }
  .single-service-hero__product-description {
    font-size: 12px;
  }
  .single-service-hero__product-title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1336px) {
  .single-service-hero__testimonial-content .paragraph__20 p {
    font-size: 12px;
  }
  .single-service-hero__testimonial-person {
    font-size: 10px;
  }
  .single-service-hero__product-info a {
    font-size: 10px;
  }
  .single-service-hero__product,
  .single-service-hero__testimonial {
    width: calc(50% - 10px);
  }
  .single-service-hero__product-img img {
    max-width: 52px;
  }
}
@media only screen and (max-width: 1336px) {
  .single-service-hero__testimonial-img img {
    min-width: 90px;
  }
}
@media only screen and (max-width: 1200px) {
  .single-service-hero__image > .flex {
    flex-direction: column;
  }
  .single-service-hero__image > .flex > div {
    width: 100%;
  }
  .single-service-hero__content {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .single-service-hero__image > .flex {
    flex-direction: row;
  }
  .single-service-hero__testimonial {
    width: calc(60% - 10px);
  }
  .single-service-hero__product {
    width: calc(40% - 10px);
  }
  .single-service-hero__image {
    padding-right: 0;
  }
  .single-service-hero__content {
    padding-left: 0;
  }
  .single-service-hero {
    padding-left: 40px;
    padding-right: 40px;
  }
  .single-service-hero__product-title {
    font-size: 18px;
  }
  .single-service-hero__product-description {
    font-size: 14px;
  }
  .single-service-hero__testimonial-content .paragraph__20 p {
    font-size: 14px;
  }
  .single-service-hero__testimonial-person {
    font-size: 12px;
  }
  .single-service-hero__image {
    margin-top: 20px;
  }
  .single-service-hero__product-info a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .single-service-hero__image > .flex {
    flex-direction: column;
  }
  .single-service-hero__image > .flex > div {
    width: 100%;
  }
  .single-service-hero__testimonial-content .paragraph__20 p {
    font-size: 16px;
  }
  .single-service-hero__content .filled__button {
    width: 100%;
    text-align: center;
  }
  .single-service-hero .paragraph__20 {
    margin-bottom: 30px;
  }
  .single-service-hero__image {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .single-service-hero {
    padding-left: 15px;
    padding-right: 15px;
  }
  .single-service-hero__image > .flex {
    gap: 10px;
  }
}
