/* Hide scrollbar in Chrome, Safari and Opera */


.section {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f4f4f4;
}

    
 

#content .section, .row .section {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
    .height-60{
        min-height:60vh
    }
    .height-50{
        min-height:50vh
    }
    .height-40{
        min-height:40vh
    }

