section .testimonial-single-wrapper .testimonial-single {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
@media only screen and (max-width: 1200px) {
  section .testimonial-single-wrapper .testimonial-single {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  section .testimonial-single-wrapper .testimonial-single {
    padding-left: 30px;
    padding-top: 30px;
  }
}
section .testimonial-single-wrapper .testimonial-single-image-block {
  min-width: auto;
  border-radius: 20px;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  section .testimonial-single-wrapper .testimonial-single-image-block {
    margin: auto;
  }
}
section .testimonial-single-wrapper .testimonial-single-image-block .quotes {
  width: 140px;
  position: absolute;
  left: -95px;
  top: -65px;
}
@media only screen and (max-width: 767px) {
  section .testimonial-single-wrapper .testimonial-single-image-block .quotes {
    width: 80px;
    position: absolute;
    left: 0px;
    top: -45px;
  }
}
section .testimonial-single-wrapper .testimonial-single-content-block {
  max-width: 630px;
  width: 100%;
}
section .testimonial-single-wrapper .testimonial-single-content-block__wrapper {
  border-radius: 20px;
  background: #FFCC92;
  padding: 32px;
  margin-bottom: 32px;
}
section .testimonial-single-wrapper .testimonial-single-content-block__wrapper:has(.testimonial-single-text__link) {
  padding-bottom: 32px;
}
section .testimonial-single-wrapper .testimonial-single-content-block__wrapper .testimonial-single-text {
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
section .testimonial-single-wrapper .testimonial-single-content-block__wrapper .testimonial-single-text p {
  margin-bottom: 0;
}
section .testimonial-single-wrapper .testimonial-single-content-block__wrapper .testimonial-single-text__link {
  display: flex;
  gap: 20px;
  margin-top: 33px;
  text-decoration: none;
  color: #333;
  font-size: 16px;
  line-height: 22px;
  align-items: center;
  justify-content: right;
  font-weight: 700;
}
section .testimonial-single-wrapper .testimonial-single-content-block__wrapper .testimonial-single-text__link-text {
  text-decoration: underline;
  text-underline-offset: 3px;
}
section .testimonial-single-wrapper .testimonial-single-content-block__wrapper .testimonial-single-text__link-icon {
  display: block;
  font-size: 15px;
}
section .testimonial-single-wrapper .testimonial-single-content-block .user-data {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 1200px) {
  section .testimonial-single-wrapper .testimonial-single-content-block .user-data {
    padding-left: 30px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 500px) {
  section .testimonial-single-wrapper .testimonial-single-content-block .user-data {
    position: relative;
    width: calc(100% + 30px);
  }
}
section .testimonial-single-wrapper .testimonial-single-content-block .user-data__logo {
  max-width: 111px;
  margin-right: 34px;
  border-right: 1px solid #595959;
  padding-right: 33px;
  height: auto;
  display: flex;
  align-items: center;
}
section .testimonial-single-wrapper .testimonial-single-content-block .user-data__info-name {
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}
@media only screen and (max-width: 500px) {
  section .testimonial-single-wrapper .testimonial-single-content-block .user-data__info-name {
    font-size: 14px;
  }
}
section .testimonial-single-wrapper .testimonial-single-content-block .user-data__info-position {
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
section .testimonial-single-wrapper .testimonial-single-content-block .user-data__info-position a {
  text-decoration: none;
  color: #333;
}
@media only screen and (max-width: 500px) {
  section .testimonial-single-wrapper .testimonial-single-content-block .user-data__info-position {
    font-size: 14px;
  }
}
section .testimonial-single-wrapper.full_image .testimonial-single {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 1200px) {
  section .testimonial-single-wrapper.full_image .testimonial-single {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  section .testimonial-single-wrapper.full_image .testimonial-single {
    padding-left: 0;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 575px) {
  section .testimonial-single-wrapper.full_image .testimonial-single {
    align-items: flex-start;
  }
}
section .testimonial-single-wrapper.full_image .testimonial-single-image-block {
  min-width: 352px;
  border-radius: 20px;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  section .testimonial-single-wrapper.full_image .testimonial-single-image-block {
    margin: auto;
  }
}
@media only screen and (max-width: 500px) {
  section .testimonial-single-wrapper.full_image .testimonial-single-image-block {
    min-width: fit-content;
  }
}
section .testimonial-single-wrapper.full_image .testimonial-single-image-block .quotes {
  width: 140px;
  position: absolute;
  left: -65px;
  top: -65px;
}
@media only screen and (max-width: 767px) {
  section .testimonial-single-wrapper.full_image .testimonial-single-image-block .quotes {
    width: 80px;
    position: absolute;
    left: -45px;
    top: -45px;
  }
}
@media only screen and (max-width: 575px) {
  section .testimonial-single-wrapper.full_image .testimonial-single-image-block .quotes {
    left: 0;
  }
}
section .testimonial-single-wrapper.full_image .testimonial-single-image-block__person {
  max-width: 352px;
}
section .testimonial-single-wrapper.full_image .testimonial-single-image-block__person picture > img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  border-radius: 20px;
}
@media only screen and (max-width: 500px) {
  section .testimonial-single-wrapper.full_image .testimonial-single-image-block__person {
    width: 100%;
  }
}
section .testimonial-single-wrapper.full_image .user-data {
  margin-left: 43px;
}
@media only screen and (max-width: 1200px) {
  section .testimonial-single-wrapper.full_image .user-data {
    margin-left: 0;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 500px) {
  section .testimonial-single-wrapper.full_image .user-data {
    position: relative;
    left: 0;
    width: 100%;
  }
}
section .testimonial-single-wrapper.full_image .testimonial-single-content-block {
  max-width: 566px;
  display: flex;
  margin-top: 35px;
  flex-direction: column;
}
@media only screen and (max-width: 1200px) {
  section .testimonial-single-wrapper.full_image .testimonial-single-content-block {
    margin-top: 0;
  }
}
section .testimonial-single-wrapper.full_image .testimonial-single-content-block__wrapper {
  position: relative;
  left: -35px;
}
@media only screen and (max-width: 1200px) {
  section .testimonial-single-wrapper.full_image .testimonial-single-content-block__wrapper {
    left: auto;
  }
}
section .testimonial-single-wrapper.left-location .testimonial-single {
  justify-content: flex-start;
}
@media only screen and (max-width: 1200px) {
  section .testimonial-single-wrapper.left-location .testimonial-single {
    justify-content: center;
  }
}
section .testimonial-single-wrapper.right-location .testimonial-single {
  justify-content: flex-end;
}
@media only screen and (max-width: 1200px) {
  section .testimonial-single-wrapper.right-location .testimonial-single {
    justify-content: center;
  }
}
section .testimonial-single-wrapper.center-location .testimonial-single {
  justify-content: center;
}

.testimonial-single-product-landing {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .testimonial-single-product-landing {
    margin-top: 20px;
  }
}
.testimonial-single-product-landing .container {
  max-width: 1669px;
  padding-left: 60px;
  padding-right: 60px;
}
@media only screen and (max-width: 767px) {
  .testimonial-single-product-landing .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}
