@import url("https://fonts.googleapis.com/css2?family=Chivo:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap;");
.paragraph-clients-reviews {
  display: flex;
  justify-content: space-between;
}
.paragraph-clients-reviews__header {
  font-size: 30px;
  font-weight: 600;
  line-height: 120%;
  max-width: 190px;
}
@media (max-width: 768px) {
  .paragraph-clients-reviews__header {
    font-size: 25px;
  }
}
.paragraph-clients-reviews__header .field--name-field-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 120%;
}
@media (max-width: 768px) {
  .paragraph-clients-reviews__header .field--name-field-title {
    font-size: 25px;
  }
}
.paragraph-clients-reviews__header .field--name-field-cta-text {
  font-size: 17px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
  font-size: 16px;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .paragraph-clients-reviews__header .field--name-field-cta-text {
    font-size: 16px;
  }
}
.paragraph-clients-reviews__header .field--name-field-cta-text:after {
  content: url("../../images/icons/arrow--black.svg");
  margin-left: 5px;
  display: inline-block;
  transition: 0.5s;
  height: 20px;
}
.paragraph-clients-reviews__content {
  display: flex;
  column-gap: 18px;
}
.paragraph-clients-reviews .review-unit {
  font-size: 16px;
  font-weight: 300;
  line-height: 155%;
  max-width: 192px;
  position: relative;
}
.paragraph-clients-reviews .review-unit .img-fluid {
  max-width: unset;
}
.paragraph-clients-reviews .review-unit__image-wrapper a {
  width: 100%;
  height: 100%;
  font-size: 0;
  display: block;
}
.paragraph-clients-reviews .review-unit__image-wrapper a:after {
  content: url("../../images/icons/play--black.svg");
  display: inline-block;
  transition: 0.5s;
  height: 20px;
}
.paragraph-clients-reviews .review-unit__image-wrapper a.hovered:after, .paragraph-clients-reviews .review-unit__image-wrapper a:hover:after {
  content: url("../../images/icons/play--black.svg");
  content: url("../../images/icons/play--white.svg");
}
.paragraph-clients-reviews .review-unit__image-wrapper a:after {
  border-radius: 50%;
  position: absolute;
  top: 144px;
  right: 11px;
  background: #ffffff;
  width: 37px;
  height: 37px;
  padding-bottom: 1px;
  padding-left: 13px;
  padding-top: 10px;
  display: block;
}
.paragraph-clients-reviews .review-unit__image-wrapper a:hover:after {
  background: #000000;
}
.paragraph-clients-reviews .review-unit__image-wrapper .field--type-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.paragraph-clients-reviews .review-unit .field--type-image {
  height: 192px;
}
.paragraph-clients-reviews .review-unit img {
  border-radius: 10px;
  position: relative;
}
.paragraph-clients-reviews .review-unit div[class*=" field--name-field-name"] {
  font-weight: 700;
  color: #000000;
  margin-top: 15px;
}
.paragraph-clients-reviews .review-unit div[class*=" field--name-field-position"] {
  font-weight: 300;
}
.paragraph-clients-reviews .review-unit div[class*=" field--name-field-description"] {
  margin-top: 25px;
  color: #666666;
}
@media (max-width: 1140px) {
  .paragraph-clients-reviews {
    flex-direction: column;
  }
  .paragraph-clients-reviews__header {
    max-width: unset;
  }
  .paragraph-clients-reviews__content {
    margin-top: 15px;
    justify-content: space-between;
  }
}
@media (max-width: 890px) {
  .paragraph-clients-reviews {
    padding: 20px 0;
    margin: 0;
  }
  .paragraph-clients-reviews__header {
    padding: 0 20px;
  }
  .paragraph-clients-reviews__content {
    padding: 0 20px 20px;
    overflow: scroll;
    column-gap: 27px;
    position: relative;
  }
  .paragraph-clients-reviews div[class*=" field--name-field-name"] {
    margin-top: 20px;
  }
  .paragraph-clients-reviews .field--type-image {
    width: 192px;
  }
}
@media (max-width: 768px) {
  .paragraph-clients-reviews__header {
    font-size: 20px;
  }
  .paragraph-clients-reviews__header .field--name-field-title {
    margin-left: 0;
  }
  .paragraph-clients-reviews__header .field--name-field-cta-text {
    margin-top: 20px;
  }
  .paragraph-clients-reviews div[class*=" field--name-field-name"] {
    margin-top: 20px;
  }
}
@media (max-width: 375px) {
  .paragraph-clients-reviews__header .field--name-field-title {
    max-width: 190px;
  }
}
/*# sourceMappingURL=client-reviews.css.map */
