.section-testimonials {
  margin-top: 120px; }
  @media (max-width: 1140px) {
    .section-testimonials {
      margin-top: 30px; } }
  .section-testimonials .testimonials-list {
    justify-content: space-between;
    margin-bottom: 50px; }
    .section-testimonials .testimonials-list .testimonial-box {
      flex: 0 0 31%;
      background-color: #1ADBE4;
      align-content: flex-start;
      padding: 40px 40px;
      position: relative; }
      @media (max-width: 991px) {
        .section-testimonials .testimonials-list .testimonial-box {
          flex: 0 0 95%;
          margin: 0 auto;
          margin-bottom: 70px; } }
      .section-testimonials .testimonials-list .testimonial-box:after {
        content: "";
        border-left: 8px solid #FFBE18;
        border-bottom: 8px solid #FFBE18;
        position: absolute;
        display: flex;
        width: 100%;
        height: 100%;
        left: -20px;
        bottom: -20px; }
        @media (max-width: 991px) {
          .section-testimonials .testimonials-list .testimonial-box:after {
            left: -10px;
            bottom: -10px; } }
      .section-testimonials .testimonials-list .testimonial-box .testimonial-title {
        color: #34435E;
        font-size: 24px;
        line-height: 28px;
        margin-top: 0;
        margin-bottom: 20px; }
      .section-testimonials .testimonials-list .testimonial-box .testimonial-description {
        font-size: 20px;
        line-height: 24px;
        color: #ffffff;
        font-weight: 700; }
        .section-testimonials .testimonials-list .testimonial-box .testimonial-description p {
          margin: 0; }

/*# sourceMappingURL=vc_testimonials.css.map */
