.container {
    max-width: 1570px;
}

@media (max-width: 1600px) {
    .container {
        max-width: 1200px;
    }
}

/*
* Header
*/
.header-title {
    font-size: 3rem;
}

@media (max-width: 992px) {
    .header-title {
        font-size: 2.5rem;
    }
}
@media (max-width: 390px) {
    .header-title {
        font-size: 2rem;
    }
}

/*
* Picture
*/
.locations-picture {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

/*
* Custom Text
*/
.text-mono {
    font-family: 'Roboto Mono';
}
.fw-medium {
    font-weight: 500;
}