.location-cont{
    width: 100%;
    height: max-content;
    margin-top: 15vh;
    text-align: center;
    margin-bottom: 15vh;

}
.location-cont .location-box{
    width: 400px;
    height: 250px;
    background-color: black;
    text-align: center;
    margin: 15px;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 10px;
    display: inline-block;
}
.loc-icon{
    width: 200px;
    height: 120px;

}

.loc-text{
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    color: white;
    font-family: 'Times New Roman', serif;
    font-size: 20px;
}
.loc-header{
    text-align: center;
    color: white;
    font-family: 'Times New Roman', serif;
    font-size: 30px;
}
.mapa{
    width: 100%;
    text-align: center;

}
.lo-mapa{
    width: 70%;
    height: auto;
    padding-top: 75px;
}
.map-letter{
padding-top: 200px;
text-align: center;
  color: red;
  font-family: 'Brush Script MT', cursive;
  font-size: 4vw;
}
