@media screen and (max-width: 991px) {
    .tab-para{
        margin-bottom: 20px;
    }
    .mb-sm-20{
       margin-bottom: 20px !important;
    }
    
}
@media screen and (min-width: 991px) {
    .ap{
        position: absolute;
        bottom: 0;
    }
    
}
/* for container */
@media screen and (min-width: 1367px) {
    .container {
        max-width: 1400px !important;
    }
}

@media screen and (min-width: 1300px) and (max-width: 1367px) {
    .container {
        max-width: 1300px !important;
    }
}