/* static/css/custom.css */
@media (min-width: 768px) {
    .col-md-3 {
        flex: 0 0 auto;
        width: 20%; /* example: make it 20% instead of 25% */
    }
}