#map_wrapper {
    height: 400px;
    margin-bottom: 100px;
    border-radius: 22px;
}

#map_canvas {
    width: 100%;
    height: 100%;
}

.location-block {
    margin-bottom: 20px;
}

.location-content {
    font-size: 14px;
    font-weight: 500;
}

.location-head {
    margin-bottom: 20px;
}

.location-icon {
    font-size: 18px;
    color: #023981;
    padding-right: 6px;
}

.location-title {
    font-weight: 600;
    color: #023981;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.info_content {
    background-color: #fff;
    padding: 5px;
    width: 15vw;
}

.info_location_name {
    color: var(--scound);
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.info_location_text {
    margin-bottom: 10px;
    color: #767a7f;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
}

.info_location_call {
    font-size: 14px;
    color: #2e3133;
    font-weight: 600;
}

.info_location_call span {
    padding-right: 8px;
    font-size: 14px;
    color: #023981;
}

.mt30 {
    margin-top: 20px;
}

#Properties-map {
    height: 200px;
    width: 89%;
    margin: auto;
    margin-bottom: 20px;
}