.solutions {
    margin-top: 3rem;
}

.solutions .section__title {
    margin-bottom: 0.75rem;
}

.solutions .row {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
}

.solutions .row > div {
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (max-width: 767px) {
    .solutions .row {
        margin-bottom: .625rem;
        margin-top: .625rem;
    }

    .solutions .row > div {
        margin-bottom: .625rem;
    }

    .solutions .row > div:last-child {
        margin-bottom: 0;
    }
}