.at-sectionHeading__wrapper {
    display: block;
    padding: 20px 32px;
    text-align: center;
    color: #fff;
    background: #00a8e6;
}

.at-sectionHeading__title,
.at-sectionHeading__subTitle {
    margin-bottom: 0;
    padding: 0;
}

.at-sectionHeading__title {
    font-size: 1.5em;
}

.at-sectionHeading__title:last-child {
    margin-bottom: 0;
}

.at-sectionHeading__subTitle {
    font-size: 1.1em;
    font-style: italic;
}

.at-sectionHeading__link {
    text-decoration: none;
    color: inherit;
}

@media (min-width: 500px) {
    .at-sectionHeading--withImage .l-rw__inner {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 2rem;
    }

    .at-sectionHeading--withImage .at-sectionHeading__content {
        text-align: left;
    }
}
