.at-pageIntro {
    overflow: hidden;
    background-color: var(--purple100);
}

.at-pageIntro .u-contentWidth {
    position: relative;
}

.at-pageIntro__pageTitle {
    position: static;
    line-height: 1.1;
}

.at-pageIntro__subTitle {
    margin: 0;
    font-size: calc(1em + 2vw);
    font-weight: 600;
    color: #8e166a;
}

.at-pageIntro__pageTitle.--rtf p {
    margin: 0;
}

.at-pageIntro__pageTitle.--rtf em,
.at-pageIntro__pageTitle.--rtf strong {
    display: block;
    margin: 0;
    font-style: normal;
    font-size: calc(1rem + 2vw);
    font-weight: 600;
    line-height: 1.66;
    color: #8e166a;
}

.at-pageIntro__content {
    position: relative;
    max-width: 42rem;
}

.at-pageIntro__image {
    border-radius: 4em 3em 0 3.5em;
    display: block;
}

.at-pageIntro__text {
    margin: 3em 1em 0 0;
    font-size: 1.11em;
    line-height: 1.66;
}

.at-pageIntro__text--large {
    display: none;
}

.at-pageIntro__text--noSmallText {
    display: block;
}

.at-pageIntro__link {
    display: block;
    margin-top: 0.5em;
}

.at-pageIntro__button {
    margin-top: 1.5em;
    color: #fff;
    background-color: #8e166a;
}

.at-pageIntro__contentWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.at-pageIntro__imageWrap {
    display: none;
}

@media (min-width: 480px) {
    .at-pageIntro__text--small {
        display: none;
    }

    .at-pageIntro__text--large {
        display: block;
    }

    .at-pageIntro__link {
        display: inline-block;
    }

    .at-pageIntro__button {
        float: right;
    }
}

@media (min-width: 700px) {
    .at-pageIntro__subTitle {
        font-size: 1.85em;
    }

    .at-pageIntro__pageTitle.--rtf em,
    .at-pageIntro__pageTitle.--rtf strong {
        font-size: 1.85rem;
    }
}

@media (min-width: 768px) {
    .at-pageIntro__imageWrap {
        position: relative;
        right: 0;
        display: block;
        max-width: 500px;
    }
}
