/* .background-image {
    height: 44.9vh;
} */



/* @media screen and (min-width: 768px) { */
.locations-title {
    background: linear-gradient(to right, #3fa1a8, #3fa1a7b3);
    padding: 2rem;
    text-align: center;
    text-transform: uppercase;
    /* margin-bottom: 4rem; */
    /* margin: 4rem; */
    color: #ffffff;
    /* font-family: 'Poppins', sans-serif; */
}

.loc-flex {
    position: relative;
}

.locations-list {
    display: flex;
    justify-content: space-evenly;
    /* margin: 1rem; */
    padding: 2.73rem;
    position: relative;
}

.background-image {
    position: absolute;
    /* background-position: unset; */
    display: block;
    margin: auto;
    width: 100%;
    opacity: .5;
    height: 44.9vh;
    top: 0;
    /* bottom: 0; */
    left: 0;
    right: 0;
}

li.loc-city {
    list-style-type: none;
    padding: 10px;
    margin: 10px;
    color: #fff;
    text-align: center;
    background: linear-gradient(to right, #3fa1a8, #3fa1a7b3);
}

.more-to-come {
    background-color: #3fa1a8;
    font-style: italic;
    color: #fff;
    text-align: center;
    padding: 10px;
    /* margin-top: 2rem; */
}

iframe {
    margin: auto;
    display: block;
    width: 100%;
    padding: 2rem;
}
/* } */

@media screen and (min-width: 1024px) {
    .more-to-come {
        margin-top: 6rem;
    }
}