/* 
-----------------------------------------
HEADER
-----------------------------------------
*/


/*------ Home header section -------*/

.section-header-home {
    margin-bottom: 1.5rem;
    min-height: 100vh;
}

/* ----- Other pages header section ---------- */

.section-header {
    margin-bottom: 1.5rem;
    min-height: 60vh;
}

 .section-header.container {
    max-width: 600px;
}

@media screen and (min-width: 992px) {
    .section-header {
        margin-bottom: 2rem;
    }
}

@media screen and (min-width: 1200px) {
    .section-header {
        margin-bottom: 2.25rem;
    }
}
