.at-contactCTA {
    padding: calc(2em + 2vw) 0;
    color: #000;
    background: transparent no-repeat center center;
    background-size: cover;
}

.at-contactCTA__content {
    padding: 7em 3em 3em;
    background: #fff url('logo.png') no-repeat center 2em;
    background-size: 120px;
}

.at-contactCTA__title {
    color: inherit;
}

.at-contactCTA__image {
    display: block;
    width: 150px;
    margin: 0 auto 1em;
    border-radius: 50%;
}

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

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

    .at-contactCTA__textWrapper,
    .at-contactCTA__sideWrapper {
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    }

    .at-contactCTA__contactInfo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .at-contactCTA__sideWrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
