.location{
    font-weight: bold;
}

.section{
    height: 300px;
}


.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;

}
.sub{
    font-size:min(40px, 10vw);
    color: #0191B4;
    margin-bottom: 30px;
    font-style: italic;
    font-weight:bold;
}
.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;
}
