.testimonial {
  padding: 140px 0;
}
@media only screen and (max-width: 1200px) {
  .testimonial {
    padding: 110px 0;
  }
}
@media only screen and (max-width: 768px) {
  .testimonial {
    padding: 90px 0;
  }
}
@media only screen and (max-width: 575px) {
  .testimonial {
    padding: 70px 0;
  }
}
.testimonial__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 55px 24px;
  max-width: 1080px;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .testimonial__wrapper {
    gap: 55px 16px;
    max-width: 100%;
  }
}
.testimonial__image {
  flex: 1;
}
@media only screen and (max-width: 991px) {
  .testimonial__image {
    display: none;
  }
}
.testimonial__image img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center center;
}
.testimonial__content {
  width: 100%;
  max-width: 637px;
  padding: 64px;
  background-color: #f6f6f6;
  background-image: url("../../images/svg/quote2.svg");
  background-position: right 40px top 40px;
  background-size: 82px 67px;
  background-repeat: no-repeat;
  color: #27383f;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1200px) {
  .testimonial__content {
    max-width: 540px;
    padding: 48px 36px;
    background-position: right 26px top 26px;
    background-size: 54px 44px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial__content {
    max-width: 100%;
    padding: 32px;
    background-position: right 32px top 32px;
    background-size: 54px 44px;
  }
}
@media only screen and (max-width: 575px) {
  .testimonial__content {
    max-width: 100%;
    padding: 20px;
    background-position: right 20px top 20px;
    background-size: 54px 44px;
  }
}
.testimonial__content-top-mobile {
  display: none;
  margin-bottom: 45px;
}
@media only screen and (max-width: 991px) {
  .testimonial__content-top-mobile {
    display: block;
  }
}
.testimonial__image-mobile {
  width: 54px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 12px;
}
.testimonial__image-mobile img {
  display: flex;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center center;
}
.testimonial__title {
  margin-bottom: 18px;
  max-width: 433px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.125;
}
@media only screen and (max-width: 768px) {
  .testimonial__title {
    font-size: 26px;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 575px) {
  .testimonial__title {
    font-size: 20px;
  }
}
.testimonial__text {
  margin-bottom: 96px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  color: #545454;
}
@media only screen and (max-width: 1200px) {
  .testimonial__text {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial__text {
    margin-bottom: 25px;
  }
}
.testimonial__author {
  margin-top: auto;
}
.testimonial__author,
.testimonial__author-mobile {
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}
.testimonial__post,
.testimonial__post-mobile {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
  color: #545454;
}
@media only screen and (max-width: 768px) {
  .testimonial__author,
  .testimonial__author-mobile {
    font-size: 16px;
  }
  .testimonial__post,
  .testimonial__post-mobile {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial__author,
  .testimonial__post {
    display: none;
  }
}
