/* Image Row */
.home-image-row {
    display: flex;
    justify-content: center;
    gap: 40px;
    padding-bottom: 60px;
}

.home-image {
    width: 280px;
    height: 280px;
    object-fit: cover;
    border-radius: 20px;
}

/* Map */
.map-wrapper {
    width: 100%;
    height: 450px;
}

.map-wrapper iframe {
    width: 100%;
    height: 100%;
    border: 0;
}