.half-text-half-map .wpcm-zip{
    display: none;
}


.half-text-half-map .locations__map{
    height: 500px !important;
}


.half-text-half-map .location-single__content{
    padding: 50px 20px;
}


.half-text-half-map .location-listing__address,
.half-text-half-map .location-listing__section,
{
    display: flex;
    
}

.half-text-half-map .location-listing__address span,
.half-text-half-map .location-listing__section span,
{
    margin-right: 5px;
    margin-top: 5px;
    height: 20px;
}

.half-text-half-map .location-hours{
    display: flex;
    align-items: flex-start;
}


.half-text-half-map .location-item{
    display: flex;
    align-items: center;
}

.location-listing-icon{
    margin-right: 8px;
    margin-top: 3px;
}


@media (min-width: 768px) {
  
    .half-text-half-map .location-single__content{
        padding: 50px 40px;
    }

}



@media (min-width: 1024px) {
  
    .half-text-half-map .locations__map{
        height: 100% !important;
    }

}