.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;
    }
}


/*
* Leadership
*/
.leadership-picture {
    aspect-ratio: 1/1.35;
    background-position: 50% 50%;
    background-size: cover;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.leadership-title {
    color: #3F4042;
}

.leadership-subtitle {
    color: #5a5a5a;
}

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