
.container {
    max-width: 1600px;
}

@media (min-width: 992px) {
    .container {
        width: 97%;
    }
}