.closeby-locations-section {
    display: flex;
    gap: 30px;
}

.closeby-locations-section .closeby-locations-details {
    width: 60%;
}

.closeby-locations-section .map {
    border-radius: 8px;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .closeby-locations-section {
        flex-wrap: wrap;
    }
    
    .closeby-locations-section .closeby-locations-details {
        width: 100%;
    }
}