

.container-fluid{
    /*width: 1920px;*/
}
@media (min-width: 1700px) {
    .container {
        max-width: 1230px;
    }
}

