@media (max-width: 767.98px) {
    .services-divider-row > .col-12 {
        border-bottom: 1px solid #e5e2f0;
        padding-bottom: 24px;
    }

    .services-divider-row > .col-12:last-child {
        border-bottom: none;
    }
}

@media (min-width: 768px) {
    .services-divider-row > .col-md-3:not(:first-child) {
        border-left: 1px solid #e5e2f0;
    }
}