/* PAGE HEAD */
.page-head {
    background: linear-gradient(90deg, #ff5f6d 0%, #ffc371 100%);
    height: 100%;
}

.page-head h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    color: #fff;
    font-size: 3.25rem;
}

.page-head h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 2.25rem;
}

.page-head p {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 1.25rem;
}

/* PAGE-KEYS */
.page-keys h2 {
    font-weight: 700;
    font-size: 3rem;
}

.page-keys h5 {
    font-weight: 700;
    letter-spacing: 0.1rem;
}

/* PAGE-MAP */
.page-map h2 {
    font-weight: 700;
    font-size: 3rem;
}

/* RESPONSIVE */
@media (max-width: 767.98px) { 
    .page-head h1 {
        font-size: 2.15rem;
    }
    
    .page-head h2 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        color: #fff;
        font-size: 1.25rem;
    }
    
    .page-head p {
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        color: #fff;
        font-size: 1.3rem;
    }

    .page-keys h2 {
        font-size: 2rem;
    }
}