@media (max-width: 480px) {
    .hero {
        padding: 0;
    }
    
    .menu {
        margin: 10vw;
    }
    
    .hero .container {
        margin-top: 15vw;
    }
    
    section {
        padding: 15vw;
    }
    
    section .row {
        margin-top: 5vw;
    }
    
    .case-study-link, .t-statement {
        margin-top: 10vw;
    }
    
    .testimonials .row {
        margin-top: 15vw;
    }
    
    /*.client-info {*/
    /*    margin-top: 5px;*/
    /*}*/
    
    footer {
        padding: 15vw;
    }
    
    .top-section {
        padding-bottom: 5vw;
    }
    
    .mid-section {
        padding: 5vw 0;
    }
    
    .mid-section ul {
        margin-top: 2.5vw;
    }
    
    .bottom-section {
        padding-bottom: 0;
    }
    
    .social-media a {
        margin-right: 10vw;
    }
    
    .contact-us h3 {
        
    }
}