#map {
    width: 100%;
    height: 650px;
}

.map .select2-selection__placeholder {
    text-transform: none !important;
    color: black !important;
    font-weight: 600 !important;
    font-size: 15px !important;
}

@media (max-width: 767px) {
    #map {
        height: 500px;
    }
}