
/* Reduced max container size  */

.container {
    max-width: 1023px !important;
    padding: 0 15px;
    box-sizing: border-box;
}






