.at-textAndImage {
    margin-top: 1rem;
}

.at-textAndImage__intro {
    margin-bottom: 1rem;
}

.at-textAndImage__smallImage {
    display: block;
    margin-bottom: 1rem;
}

.at-textAndImage__image {
    display: none;
}

@media (min-width: 800px) {
    .at-textAndImage {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 2rem;
    }

    .at-textAndImage__content,
    .at-textAndImage__imageContainer {
        flex: 0 0 45%;
    }

    .at-textAndImage__image {
        display: block;
    }

    .at-textAndImage__smallImage {
        display: none;
    }
}
