.w-288 {
    width: 288px !important;
}

.w-160 {
    width: 160px !important;
}

.w-175 {
    width: 175px !important;
}

.w-185 {
    width: 185px !important;
}

.w-226 {
    width: 226px !important;
}

.w-288 {
    width: 288px !important;
}

.w-383 {
    width: 383px !important;
}

.w-70 {
    width: 70px !important;
    margin-top: 0;
}

@media screen and (max-width : 991px) {

    .w-288,
    .w-383 {
        width: 100% !important;
    }

    .w-70 {
        width: 220px !important;
    }
}