.map-wrap {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    padding-top: 350px;
    width: 100%;
}
.map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.custom-info-item.name {
    font-size: 19px;
    font-weight: bold;
}