#map{
    height: 588px;
    width: 321px;
    /*margin: 30px auto 0;*/
    margin-top: 30px;
    position: relative;
    text-align: center;
}

#list{
    /*margin: 30px auto 0;*/
    margin-top: 30px;
}

#map a {
    font-size: 16px;
    font-family: Lexend-Light, sans-serif;
    font-weight: bold;
    color: #000;
    position: absolute;
    z-index: 1;
    cursor: pointer;
}

#map img {
    position: relative;
    height: 100%;
    display: inline-block;
    max-height: 588px;
    z-index: 0;
}

.list-title {
    color: #A4ADB1;
    text-align: left;
    padding: 0;
}

#list a, a:visited{
     font-family: Lexend-Light, sans-serif;    
     padding-left: 30px !important;
     padding-right: 30px !important;
     color: #676c6f;
     text-decoration: none;
     transition: color 0.2s ease;
}

#list a:hover {
     color: #00E1FF;
}

#list a:hover svg {
     stroke: #00E1FF;
}

.footer-exit{
    font-family: Lexend-Medium, sans-serif;
    font-size: 12px;
}

.footer-bar{
    font-family: Lexend-Medium, sans-serif;
}

.footer-top a{
    font-family: Lexend-Medium, sans-serif;
}