.price-testimonials {
  width: 360px;
  margin: 0 auto;

  @media (min-width: 1024px) {
    width: 757px;
  }
}

.price-testimonials__icon {
  margin: 56px 0 0;
  display: flex;
  justify-content: center;
}

.price-testimonials__content {

}

.price-testimonials__content-title {
  font-weight: 800;
  font-size: 26px;
  line-height: 135%;
  color: rgb(59, 67, 72);
  text-align: center;
  margin: 32px 0;


  @media (min-width: 1024px) {
    font-size: 32px;
  }
}

.price-testimonials__content-text {
  font-weight: 900;
  font-size: 20px;
  line-height: 150%;
  color: rgba(59, 67, 72, 0.9);
  text-align: center;

  @media (min-width: 1024px) {
    font-size: 18px;
  }
}

.price-testimonials__content-subtext {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: rgba(67, 87, 104, 0.7);
  text-align: center;

  @media (min-width: 1024px) {
    font-size: 14px;
  }
}

.price-testimonials__pictures {
  display: flex;
  justify-content: center;
  margin: 32px 0 56px;
}

.price-testimonials__pictures-mobile {
  @media (min-width: 1024px) {
    display: none;
  }
}

.price-testimonials__pictures-desktop {
  display: none;

  @media (min-width: 1024px) {
    display: block;
  }
}



