html,
body {
   background-color:#F4F1ED; 
}

.mapscoop{
    text-transform:uppercase;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    text-align: left;
}

@media screen and (max-width: 1350px) {
.mapscoop{
 
    max-width: calc(100% - 90px);
   
}
}
@media screen and (max-width: 565px) {
.mapscoop{
 
    max-width: calc(100% - 50px);
   
}
}