.at-HeadingAboveOverview {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 4em auto 2.5em;
}

@media screen and (min-width: 850px) {
    .at-HeadingAboveOverview {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.at-HeadingAboveOverview::after {
    position: absolute;
    top: 17px;
    content: '';
    display: block;
    height: 2px;
    width: calc(100% - 40px);
    background: #E4E4E4;
}

.at-HeadingAboveOverview__title {
    margin: 0;
    padding: 0 0.7em;
    text-align: center;
    color: #054a8a;
}

@media screen and (min-width: 850px) {
    .at-HeadingAboveOverview__title {
        padding: 0 0.7em 0 0;
    }

    .at-HeadingAboveOverview__link {
        padding-left: 1em;
    }
}

.at-HeadingAboveOverview__link {
    font-size: .9em;
    line-height: 2.3;
    text-decoration: underline;
    color: #4779a8;
}

.at-HeadingAboveOverview__title,
.at-HeadingAboveOverview__link {
    position: relative;
    z-index: 1;
    background: #fff;
}
