#map {
    position: relative;
    width: 100%;
    height: 620px;
    margin: 25px 0 0 0;
}

.map-head {
    position: relative;
    margin-top: -560px;
    background: #fff;
    width: 380px;
    padding: 30px;
    height: 520px;
    border-radius: 5px;
}

.map-title {
    color: #111;
    display: inline-block;
    width: 100%;
    font-size: 17px;
    font-weight: 600;
}

.custom-underline {
    text-decoration: none;
    border-bottom: 2px dotted
}