//BIGBOX landing screen optimization @media (min-width: 1200px) { .third-section .container { max-width: 60% !important; } } @media (min-width: 1200px) { .fourth-section .container { /* max-width: 1391px !important; */ max-width:80% !important; } .fifth-section .container { max-width: 60% !important; } .second-section .container { /* max-width: 1467px !important; */ max-width:80% !important; } } .landing-content .container { color:#f8fcff !important; } .landing-content-p .container{ color: white !important; } .landing-content{ background-color: #0f507a !important; } .bg-color{ background-color: #0f507a !important; }