.at-contactGeneral {
    padding: 0.8em 0;
    text-align: center;
    border-top: 3px solid #7f166a;
    background: #fff;
}

.at-contactGeneral__title {
    font-weight: bold;
    font-size: 1.3em;
    color: #000;
}

.at-contactGeneral__info {
    display: block;
    margin-top: 0.5em;
    text-decoration: none;
}

@media (min-width: 800px) {
    .at-contactGeneral {
        text-align: left;
    }

    .at-contactGeneral__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .at-contactGeneral__title {
        margin-right: 1em;
    }

    .at-contactGeneral__info {
        margin-top: 0;
    }

    .at-contactGeneral__info + .at-contactGeneral__info {
        margin-left: 1em;
    }
}
