/* ********** testimonial page css start ********** */
.testimonial-section .btn-bottom-border         { margin-top: 2rem; padding: 0 10px 10px;}
.testimonial-section .btn-bottom-border::before { width: 100%; }
/* ********** testimonial page css end ********** */

/* Responsive */
@media only screen and (max-width: 767px) {
    .testimonial-section .btn-bottom-border{padding: 0 8px 8px;}
    .testimonial-section .btn-bottom-border         { margin-top: 1.5rem; }
}
