
.espresso_venues{
  margin-bottom: 0;
}
.venue-details{
    display: grid;
    grid-template-columns: 1fr 331px;
    gap: 20px;
}
.venue-map .msa-location-map-container{
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    height: 264px;
}

.venue-subdetails h4{
    margin: 0;
}

.venue-subdetails{
    display: flex;
    flex-direction: column;
    gap: 24px;
}


@media (max-width: 992px) {
    .venue-details{
        display: flex;
        flex-direction: column;
    }
    
    .venue-map .ee-gmap{
        width: 100% !important;
    }
}
