.col-12 {
    width: 100%;
    display: unset !important;
}

.col-11 {
    width: 91.6%;
    display: unset !important;
}

.col-10 {
    width: 83.3%;
    display: unset !important;
}

.col-9 {
    width: 75%;
    display: unset !important;
}

.col-8 {
    width: 66.6%;
    display: unset !important;
}

.col-7 {
    width: 58.3%;
    display: unset !important;
}

.col-6 {
    width: 50%;
    display: unset !important;
}

.col-5 {
    width: 41.6%;
    display: unset !important;
}

.col-4 {
    width: 33%;
    display: unset !important;
}

.col-3 {
    width: 25%;
    display: unset !important;
}

.col-2 {
    width: 16.6%;
    display: unset !important;
}

.col-1 {
    width: 8.3%;
    display: unset !important;
}

@media (min-width: 1200px) {

    .col-xl-12 {
        width: 100%;
        display: unset !important;
    }

    .col-xl-11 {
        width: 91.6%;
        display: unset !important;
    }

    .col-xl-10 {
        width: 83.3%;
        display: unset !important;
    }

    .col-xl-9 {
        width: 75%;
        display: unset !important;
    }

    .col-xl-8 {
        width: 66.6%;
        display: unset !important;
    }

    .col-xl-7 {
        width: 58.3%;
        display: unset !important;
    }

    .col-xl-6 {
        width: 50%;
        display: unset !important;
    }

    .col-xl-5 {
        width: 41.6%;
        display: unset !important;
    }

    .col-xl-4 {
        width: 33%;
        display: unset !important;
    }

    .col-xl-3 {
        width: 25%;
        display: unset !important;
    }

    .col-xl-2 {
        width: 16.6%;
        display: unset !important;
    }

    .col-xl-1 {
        width: 8.3%;
        display: unset !important;
    }

}

@media (min-width: 992px) {

    .col-lg-12 {
        width: 100%;
        display: unset !important;
    }

    .col-lg-11 {
        width: 91.6%;
        display: unset !important;
    }

    .col-lg-10 {
        width: 83.3%;
        display: unset !important;
    }

    .col-lg-9 {
        width: 75%;
        display: unset !important;
    }

    .col-lg-8 {
        width: 66.6%;
        display: unset !important;
    }

    .col-lg-7 {
        width: 58.3%;
        display: unset !important;
    }

    .col-lg-6 {
        width: 50%;
        display: unset !important;
    }

    .col-lg-5 {
        width: 41.6%;
        display: unset !important;
    }

    .col-lg-4 {
        width: 33%;
        display: unset !important;
    }

    .col-lg-3 {
        width: 25%;
        display: unset !important;
    }

    .col-lg-2 {
        width: 16.6%;
        display: unset !important;
    }

    .col-lg-1 {
        width: 8.3%;
        display: unset !important;
    }

}


@media (min-width: 768px) {

    .col-md-12 {
        width: 100%;
        display: unset !important;
    }

    .col-md-11 {
        width: 91.6%;
        display: unset !important;
    }

    .col-md-10 {
        width: 83.3%;
        display: unset !important;
    }

    .col-md-9 {
        width: 75%;
        display: unset !important;
    }

    .col-md-8 {
        width: 66.6%;
        display: unset !important;
    }

    .col-md-7 {
        width: 58.3%;
        display: unset !important;
    }

    .col-md-6 {
        width: 50%;
        display: unset !important;
    }

    .col-md-5 {
        width: 41.6%;
        display: unset !important;
    }

    .col-md-4 {
        width: 33%;
        display: unset !important;
    }

    .col-md-3 {
        width: 25%;
        display: unset !important;
    }

    .col-md-2 {
        width: 16.6%;
        display: unset !important;
    }

    .col-md-1 {
        width: 8.3%;
        display: unset !important;
    }

}

@media (min-width: 576px) {

    .col-sm-12 {
        width: 100%;
        display: unset !important;
    }

    .col-sm-11 {
        width: 91.6%;
        display: unset !important;
    }

    .col-sm-10 {
        width: 83.3%;
        display: unset !important;
    }

    .col-sm-9 {
        width: 75%;
        display: unset !important;
    }

    .col-sm-8 {
        width: 66.6%;
        display: unset !important;
    }

    .col-sm-7 {
        width: 58.3%;
        display: unset !important;
    }

    .col-sm-6 {
        width: 50%;
        display: unset !important;
    }

    .col-sm-5 {
        width: 41.6%;
        display: unset !important;
    }

    .col-sm-4 {
        width: 33%;
        display: unset !important;
    }

    .col-sm-3 {
        width: 25%;
        display: unset !important;
    }

    .col-sm-2 {
        width: 16.6%;
        display: unset !important;
    }

    .col-sm-1 {
        width: 8.3%;
        display: unset !important;
    }

}