.vc_row.row_vertically_centered > .full_section_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.vc_row_inner-flex > .full_section_inner {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.vc_row_inner-direction_row > .full_section_inner {
    flex-direction: row;
}

@media screen and (min-width: 1001px) { 
    .vc_row-device_height {
        min-height: 100vh;
    }
}
@media screen and (min-width: 768px) and (max-width: 1000px) { 
    .vc_row-tablet_device_height { 
        min-height: 100vh;
    }
}
@media screen and (max-width: 767px) { 
    .vc_row-mobile_device_height { 
        min-height: 100vh;
    }
}
