@media (min-width: 992px) {
    .row-cols-lg-5 > * {
        flex: 0 0 auto !important;
        width: 20% !important;
    }
}
