.map-section {
    height: 700px;
    padding-top: 80px;
    padding-bottom: 0;
    background-color: #f7f7f7;
    overflow: hidden;
}

.map-section .container {
    padding-bottom: 40px;
}

.map-embed {
    width: 100%;
    height: 700px;
}

.map-embed iframe {
    width: 100%;
    height: 100%;
}