﻿/* Landscape phones and down */
@media (max-width: 480px) { 
   
    #testimonials-background h1, #support-banner h1, #features-banner h1,#contact-background h1 {
        font-size: 45px;
    }
   
}

@media (min-width: 768px) and (max-width: 979px) {
    .test-detail {
        height: 255px;
    }
}