.ws-single-page {
    display: flex;
    padding-bottom: 50px;
    scroll-margin-top: 70px;
}

.ws-single-page__content {
    flex: 1;
}

.ws-single-page__content .ws-single-page__title > *{
    color: var(--sporsora-primary-color);
    text-transform: uppercase;
    font-size: 36px;
    font-weight: bold;
    line-height: 36px;
    padding-bottom: 13px;
}

.ws-single-page__back-to-top {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    font-size: 13px;
}

.ws-single-page__back-to-top a {
    font-weight: bold;
}

.ws-single-page__back-to-top a:hover {
    text-decoration: underline;
}

@media (max-width: 1000px) {
    .ws-single-page {
        flex-direction: column;
    }

    .ws-single-page__content {
        width: 100%;
    }
}