.google-maps{
    margin: 20px 0;
    
}
.google-maps iframe{border-radius: 5px;}

@media screen and (max-width: 1023px){
    .google-maps{height: 300px;}
    .google-maps iframe {width: 100% !important;height: 100% !important;}
}