#map .map__title{
    font-size: 1.5rem;
    letter-spacing: 0.35em;
    color: #c4b48a;
    margin: 150px auto 0;
    font-weight: 400;
    font-family: "Cinzel", serif;
    max-width: 1200px;
    text-align: center;
}
#map #info a{
    color: #595757;
    display: block;
    text-align: center;
    padding-top: 30px;
    text-decoration: underline;
}
#map #info p{
    padding-top: 15px;
    color: #595757;
    font-size: 1rem;
    line-height: 30px;
}
@media screen and (max-width:767px) {

    #map .map__title{
        margin: 80px auto 0;
    }
    #map #info p{
        font-size: 0.8rem;
    }
}