.template-page\.testimonials .testimonials-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.template-page\.testimonials .all-about-auth--8b366db6-e3fe-46ec-8ed6-708c78d0574a,
.template-page\.testimonials .all-about-auth--905793da-d205-426c-9489-99e066f41057 {
  flex: 0 0 49%;
  padding: 20px;
  background-color: var(--s-color);
}
.template-page\.testimonials .author_image {
  width: 80px;
}
.template-page\.testimonials .author_image img {
  width: 100%;
}
.template-page\.testimonials .auth_description hr {
  margin: 2rem 0;
}
.template-page\.testimonials .author_occupations+hr {
  margin: 2rem 0;
  height: 0.2rem;
}
.template-page\.testimonials .auth_description+img {
  float: right;
}
.template-page\.testimonials .author_name {
  display: block;
  margin-top: 1em;
  margin-bottom: -1em;
  font-weight: 600;
}
.template-page\.testimonials .author_occupations strong {
  display: block;
}
.template-page\.testimonials .all-about-auth--905793da-d205-426c-9489-99e066f41057+h3 {
  margin-top: 5rem;
}
.template-page\.testimonials .testimonials-wrapper>div {
  width: 100%;
}
.template-page\.testimonials .testimonials {
  padding: 30px 0;
}
@media (max-width: 749px) {
  .template-page\.testimonials .all-about-auth--8b366db6-e3fe-46ec-8ed6-708c78d0574a,
  .template-page\.testimonials .all-about-auth--905793da-d205-426c-9489-99e066f41057 {
    flex: 0 0 100%;
  }
  .template-page\.testimonials .all-about-auth--8b366db6-e3fe-46ec-8ed6-708c78d0574a {
    margin-bottom: 15px;
  }
}