.opinion-carousel {
  background-color: #EBF7FF;
}
@media (max-width: 767.98px) {
  .opinion-carousel .container-custom-2 {
    max-width: 366px;
  }
}
@media (min-width: 992px) {
  .opinion-carousel .container-custom-2 {
    max-width: 720px;
  }
}
@media (min-width: 1320px) {
  .opinion-carousel .container-custom-2 {
    max-width: 1080px;
  }
}
.opinion-carousel__title {
  color: #FF2846;
  text-align: center;
  font-family: Poppins;
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 45.6px */
  letter-spacing: -1px;
  padding-top: 50px;
}
@media (max-width: 480px) {
  .opinion-carousel__title {
    font-size: 26px;
  }
}
.opinion-carousel__copy {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 24px */
  padding-top: 16px;
}
@media (max-width: 480px) {
  .opinion-carousel__copy {
    font-size: 22px;
  }
}
.opinion-carousel__name {
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 14px */
  text-align: left;
}
.opinion-carousel__opinion {
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
  text-align: left;
}
.opinion-carousel__container {
  background-color: white;
  margin-top: 36px;
  padding: 32px 24px;
  border-radius: 32px;
  border: 1px solid #7BDF9C;
  background: #FFF;
  height: 260px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .opinion-carousel__container {
    margin-top: 64px;
  }
}
.opinion-carousel__quote {
  color: #7BDF9C;
  font-weight: 600;
  font-size: 40px;
  font-family: Georgia !important;
}
.opinion-carousel__quote_left {
  text-align: left;
}
.opinion-carousel__quote_right {
  text-align: right;
}
