@media (min-width:1301px) and (max-width: 1440px){
    .title-not{
        padding: 7.5rem 11.5rem 0 0.5rem;
    }
    .abs{
        padding: 3.5rem 13rem 0 0.5rem;
    }
    .banner-ondemand {
        background-size: 50%,cover;
        height: 400px;
    }

    .banner-webinar {
        background-size: 50%,cover;
        height: 400px;
    }

    .banner-taller {
        background-size: 50%,cover;
        height: 400px;
    }
}