@media only screen and (max-width:991px){
    .pt-sm-60{
        padding-top: 60px !important;
    }
    .pb-sm-60{
        padding-bottom: 60px !important;
    }
}