.at-ctaTextAndButton__text {
    margin-bottom: 2rem;
    font-weight: 700;
    color: #211551;
}

.at-ctaTextAndButton__link {
    flex: 0 0 20%;
    display: inline-block;
    padding: .8rem 1.3rem;
    white-space: nowrap;
    color: #fff;
    background: #e35205;
    border-radius: .3rem;
    transition: background .3s ease-in-out;
}

.at-ctaTextAndButton__link:hover {
    text-decoration: none;
    color: #fff;
    background: #211551;
}

@media (min-width: 768px) {
    .at-ctaTextAndButton {
        margin: 0 auto;
        width: 70%;
    }

    .at-ctaTextAndButton__inner {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }

    .at-ctaTextAndButton__text {
        flex: 0 0 55%;
        margin: 0;
    }
}

@media (min-width: 1100px) {
    .at-ctaTextAndButton__text {
        flex: 0 0 65%;
    }
}
