/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
@media (min-width: 992px) {
    .custom-col-6 {
        width: 16.6667%;
        flex: 0 0 16.6667%;
        max-width: 16.6667%;
    }
}

.full-height-parallax {
    height: 100vh;
    min-height: 100vh;
    display: flex;
    align-items: center;
}