/* Enter Your Custom CSS Here */

@media (min-width: 1200px) {
.container {
    width: 1200px !important;
}


}


@media (min-width: 992px) and (max-width: 1199px) {
.content-area {
    width: 100%;
}

.container {
    width: 96%;
}




}


