/** * -------------------------------------------------------------------------------- * Testimonial Apex * -------------------------------------------------------------------------------- */ .ct-testimonials-apex { .ct-testimonial-outer { position: relative; display: block; margin: 6rem; width: auto; @extend .pre-shadow; &::after { content: ''; display: block; width: 100%; height: .4rem; @include gradient(45deg, $primary-color, 0%, $secondary-color, 70%); } .ct-ta-img { position: absolute; bottom: -4rem; left: -4rem; max-width: 100px; @extend .pre-shadow; } .ct-testimonial-content { padding: $font-size*2; .ct-testimonial-title { margin-left: 4rem; } } } }