/* ## TESTIMONIALS ## */
#testimonials {text-align: center;padding: 80px 0;background: #DDD;}
#testimonials .container { }
#testimonials .container .special {border: 1px solid #b7b7b7;border-bottom: 1px solid #000;margin: 0 0 0 -1px !important;width: calc(25% + 1px);background: #FFF;}
#testimonials .container .special img {margin: 40px auto;padding: 0 20px;}
#testimonials .container .special .btn-primary {padding:20px;width: 100%;}
#testimonials .container .special .btn-primary:after { display: none; }

@media only screen and (max-width:1024px) {   
    #testimonials {padding: 40px 0;} 
}

@media only screen and (max-width:767px) {      
    #testimonials .container .special { width: 100%; margin: 0 0 40px 0 !important; }
}

@media only screen and (max-width:480px) {
    #testimonials {padding: 20px 0;}
    #testimonials .container .special { margin: 0 0 20px 0 !important; }
} 	