.trusted-since {
  background-size: cover;
  background-position: center center;
  padding: 2.2rem 0 1.4rem;
}
@media (min-width: 768px) {
  .trusted-since {
    padding: 4.5rem 0 4rem;
  }
}
.trusted-since h2 {
  text-align: center;
  color: var(--white);
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .trusted-since h2 {
    margin-bottom: 2rem;
  }
}
.trusted-since__tab-links {
  position: relative;
  display: flex;
  margin-bottom: 3rem;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .trusted-since__tab-links {
    flex-direction: row;
    justify-content: center;
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 768px) {
  .trusted-since__tab-links:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #CC4AA1;
    left: 0;
    bottom: 0;
  }
}
.trusted-since__tab-links__item {
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  color: #EBA0D2;
  padding: 0;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .trusted-since__tab-links__item {
    font-size: 1.11rem;
    padding: 0.5rem 2rem;
    line-height: 1.5;
  }
}
.trusted-since__tab-links__item.is-active {
  color: var(--white);
}
@media (min-width: 768px) {
  .trusted-since__tab-links__item.is-active {
    border-color: var(--white);
  }
}
.trusted-since__item {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.trusted-since__item.is-active {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.trusted-since__item_top {
  margin-bottom: 4rem;
}
.trusted-since__item .google-yelp {
  display: flex;
  flex-direction: column;
  gap: 3.55rem;
}
@media (min-width: 1024px) {
  .trusted-since__item .google-yelp {
    flex-direction: row;
    gap: 1.55rem;
  }
}
.trusted-since__item .google-yelp__wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(223, 231, 255) 100%);
  border-radius: 0.88rem;
  flex-direction: column;
  padding: 3rem 1rem 2rem;
  gap: 2rem;
}
@media (min-width: 768px) {
  .trusted-since__item .google-yelp__wrap {
    padding: 3.2rem 0 2rem;
    flex-direction: row;
    gap: 0;
  }
}
@media (min-width: 1024px) {
  .trusted-since__item .google-yelp__wrap {
    width: 50%;
  }
}
.trusted-since__item .google-yelp__logo {
  position: absolute;
  top: 1rem;
  left: 50%;
  transform: translate(-50%, -50%);
}
.trusted-since__item .google-yelp__item {
  position: relative;
  text-align: center;
  padding: 0 1.5rem;
}
.trusted-since__item .google-yelp__item:not(:last-child)::after {
  content: url("./images/divider-horizontal.png");
  position: absolute;
  left: 50%;
  transform: translate(-50%, 75%);
  top: 100%;
}
@media (min-width: 768px) {
  .trusted-since__item .google-yelp__item:not(:last-child)::after {
    content: url("./images/divider.png");
    top: 50%;
    right: 0;
    left: auto;
    transform: translate(50%, -50%);
  }
}
.trusted-since__item .google-yelp__item p {
  line-height: 1.25;
  font-weight: 500;
  margin-bottom: calc(var(--indentation-paragraph-change-factor) * 0.3rem);
  font-size: 0.81rem;
}
@media (min-width: 768px) {
  .trusted-since__item .google-yelp__item p {
    margin-bottom: 1rem;
    font-size: 0.88rem;
  }
}
.trusted-since__item .logos {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .trusted-since__item .logos {
    flex-wrap: nowrap;
  }
}
.trusted-since__item .logos__item {
  width: 7rem;
  background: var(--white);
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.88rem;
}
@media (min-width: 768px) {
  .trusted-since__item .logos__item {
    width: 8.88rem;
  }
}
.trusted-since__item_bottom h6 {
  color: var(--white);
}
.trusted-since__item_bottom_wrap {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .trusted-since__item_bottom_wrap {
    flex-direction: row;
  }
}
.trusted-since__item_bottom_review {
  border-bottom: 1px solid #613C6E;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .trusted-since__item_bottom_review {
    width: 65%;
    padding: 0 3rem 0 0;
    border-bottom: none;
    border-right: 1px solid #613C6E;
  }
}
@media (min-width: 1024px) {
  .trusted-since__item_bottom_review {
    padding: 0 3rem 0 5rem;
  }
}
.trusted-since__item_bottom_review .copy {
  line-height: 1.54;
  font-weight: 500;
  color: var(--white);
  font-size: 1.2rem;
  margin-bottom: calc(var(--indentation-paragraph-change-factor) * 1.2rem);
}
@media (min-width: 768px) {
  .trusted-since__item_bottom_review .copy {
    font-size: 1.44rem;
    margin-bottom: calc(var(--indentation-paragraph-change-factor) * 1.5rem);
  }
}
.trusted-since__item_bottom_review .author {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.trusted-since__item_bottom_review .author__copy {
  color: var(--white);
}
.trusted-since__item_bottom_review .author__copy span {
  display: block;
}
.trusted-since__item_bottom_review .author__name {
  font-size: 1.03rem;
  line-height: 1.5;
  font-weight: 500;
}
@media (min-width: 768px) {
  .trusted-since__item_bottom_review .author__name {
    font-size: 1.11rem;
  }
}
.trusted-since__item_bottom_review .author__position {
  color: #AB9EB4;
  line-height: 1.44;
}
.trusted-since__item_bottom_result {
  padding: 2rem 0 0;
}
@media (min-width: 768px) {
  .trusted-since__item_bottom_result {
    width: 35%;
    padding: 0 0 0 3rem;
  }
}
@media (min-width: 1024px) {
  .trusted-since__item_bottom_result {
    padding: 0 2rem 0 3rem;
  }
}
.trusted-since__item_bottom_result img {
  margin-bottom: 2rem;
}
.trusted-since__item_bottom_result .result-item {
  margin-bottom: 1.3rem;
}
.trusted-since__item_bottom_result .result-item h4 {
  color: var(--white);
  margin-bottom: 0.2rem;
}
.trusted-since__item_bottom_result .result-item p {
  line-height: 1.44;
  color: #B19DB7;
}
