.location{
    font-weight: bold;
}

.section{
    height: 300px;
}

.swoosh{
    background: url("../img/swooshes/location.svg"), #47ccff;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top -1px left;
    height: 7.7vw;
}

.description{
    font-size: min(29px, 6.5vw);
    height: auto;
    text-align: center;
    padding-bottom: 70px;
}

.description h1{
    font-size: min(90px, 14vw);
    font-weight: bold;
}

.description p{
    margin-bottom: 20px;
}

.map {
    height: 700px;
    padding-bottom: min(200px, 20vw);
    padding-left: 5%;
    padding-right: 5%;
}

#map{
    width: 100%;
    height: 100%;
    font-size: min(35px, 9vw);
}

.preview{
    border: 2px solid white;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    text-align: center;
}