@media(max-width:1555px){
    .container{
        max-width: 90%;
    }
}
@media(max-width:1070px){
    .container{
        max-width: 95%;
    }
}