.location{
    margin-bottom: 40px;
}

.location h1{
    text-align: center;
    font-size: 40px;
    margin-bottom: 20px;
}

.map{
    left: 50%;
    transform: translate(-50%);
    position: relative;
    width: 1100px;
    height: 600px;
}

@media screen and (max-width: 720px) {
    .map{
        width: 96%;
        height: 300px;
    }
}
