.c-content-container {
    display: flex;
    justify-content: center;
}

#map {
    width: 100%;
    height: 100%;
    width: 700px;
    height: 500px;
}


@media only screen and (max-width: 768px) {
    #map {
        width: 100%;
        height: 100%;
        width: 300px;
        height: 500px;
    }
}
