﻿.section-contact .multiple-items .section__title {
    text-align: center;
}

.section__group.single-item {
    margin: 0 auto;
}

.section__group.single-item h3{
    text-align: center;
}

.section-contact .cards-compact{
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .section-contact .multiple-items .card-compact {
        flex: 0 1 50%;
        max-width: 50%;
        padding: 0px 50px;
    }

    .section-contact .multiple-items .section__title {
        width: 100%;
    }

    .section-contact .section__group.multiple-items {
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .card-compact--alt .btn {
        word-break: break-all;
    }
}