/*----------------------------------------------------------
Index-/solution/case-study/tire/style.css
----------------------------------------------------------*/

@media screen and (min-width: 769px) {

    footer {
        padding-top: 132px;
    }

}

@media screen and (max-width: 768.9px) {

    footer {
        padding-top: 108px;
    }

}
