.support {
    margin: 36px auto 0 auto;
}

.support_title {
    color: #000000;
}

.support_cards {
    max-width: 1000px;
}

@media (min-width: 576px) {
    .support {
        margin-top: 50px;
    }
}

@media (min-width: 768px) {
    .support_cards {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .support_cards .dts-card {
        max-width: 350px;
        width: calc(50% - 8px);
        justify-content: space-between;
    }
}
