.flex-content.locations {
    padding: 90px 0;
}

.flex-content.locations .row {
    --bs-gutter-x: 4rem;
}

.flex-content.locations .image {
    line-height: 0;
    aspect-ratio: 2/1.2;
}
.flex-content.locations .image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    transition: all .3s ease;
}

.flex-content.locations .tile:hover .image img {
    transform: scale(1.1);
}