/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 @media (min-width: 992px) {
    .col-lg-10 {
        flex: 0 0 99.33333%;
        max-width: 99.33333%;
    }
}

@media (min-width: 768px) {
    .col-md-9 {
        flex: 0 0 99%;
        max-width: 99%;
    }
}