.mapouter {
    position: relative;
    padding-bottom: 75%; /* Set the aspect ratio (75% for 4:3 aspect ratio, adjust as needed) */
    height: 0;
    overflow: hidden;
}

.gmap_canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gmap_iframe {
    width: 100%;
    height: 100%;
}
.contact-info-box p{
   padding: 12px 20px;
}