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

}

.maps {
    background-image: linear-gradient(to bottom, #B92022, #FE5200) !important;
    padding-bottom: 42px;
    padding-top: 42px;
}

.images {
    background-image: linear-gradient(to bottom, #FE5200, #FFB400) !important;
    padding-bottom: 42px;
    padding-top: 42px
}

.sub{
    font-size:min(35px, 10vw);
    margin-bottom: 25px;
    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;
}
