
@media (min-width:1200px) {
    a.col-xl-2 {
        width: 16.66666667% !important;
    }
}

@media (min-width:992px) {
    a.col-lg-2 {
        width: 16.66666667% !important;
    }
}

div.row a.white-box {
    background-color: transparent;
    border: none;
    padding-bottom: 0px;
    transition: 0.3s;
}
