.at-buttonAndText {
    padding: 2em 0;
    color: #000;
}

.at-buttonAndText__textWrapper {
    margin-top: 1em;
}

.at-buttonAndText__button {
    text-align: center;
}

.at-buttonAndText p:last-child {
    margin-bottom: 0;
}

@media (min-width: 650px) {
    .at-buttonAndText__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .at-buttonAndText__content--reversed {
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .at-buttonAndText__textWrapper {
        -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
        margin: 0;
    }

    .at-buttonAndText__buttonWrapper {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    }

    .at-buttonAndText__content--reversed .at-buttonAndText__buttonWrapper {
        text-align: right;
    }
}
