.container-fluid-xl {
    max-width: 1440px!important;}

@media (min-width: 1300px) {
    .container {
        max-width: 1440px;
    }
}

