.at-introWithImage {
    margin-bottom: var(--articleMarginBottomSmall);
}

.at-introWithImage__title {
    hyphens: auto;
    word-break: break-word;
}

.at-introWithImage__content {
    font-size: var(--h6Size);
}

.at-introWithImage__image {
    display: block;
}

@media (min-width: 768px) {
    .at-introWithImage__inner {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
    }

    .at-introWithImage__content {
        order: 2;
        flex: 1;
    }

    .at-introWithImage__imageWrapper {
        flex-basis: 14rem;
        margin-right: 3rem;
        order: 1;
    }
}
