.locations-block .heading {
    text-align: center;
    padding-bottom: 40px;
}

.locations-block .location {
    width: 100%;
    height: 100%;
    padding: 20px;
}

.locations-block .location-card {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding-bottom: 160px;
}

.locations-block .location-card .card-image {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
}

.locations-block .location-card .card-wrapper {
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.locations-block .location-card .card-content {
    position: relative;
    z-index: 3;
    padding: 20px;
    color: #fff;
}

.locations-block .location-card .title {
    color: #fff;
    font-size: 32px;
}

@media only screen and (min-width: 768px) {
    .locations-block .location-card .title {
        font-size: 32px;
    }
}

.locations-block .location-card .location-link {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 3;
    background-color: transparent;
    padding: 12px 36px;
    text-decoration: none;
    color: #fff;
    border: 3px solid #fff;
    text-transform: uppercase;
    border-radius: 50px;
    line-height: 1;
    transition: all ease-in-out 280ms;
}

.locations-block .location-card .location-link:hover {
    background-color: #fff;
    color: #000;
}
