.l-mainContainer-main__inner {
    display: flex;
    margin: auto
}

.l-mainContainer-main--left {
    align-self: start;
    margin-bottom: 6rem;
    min-width: 353px;
    position: sticky;
    top: 25rem;
    width: 27.578125%
}

.l-mainContainer-main--right {
    overflow: hidden;
    padding-left: 10%;
    width: 100%
}

@media screen and (max-width: 900px) {
    .l-mainContainer-main--left {
        align-self: inherit;
        margin-bottom: 4rem;
        min-width: 100%;
        position: static
    }

    .l-mainContainer-main--right {
        padding-left: 0
    }

    .l-mainContainer-main__inner {
        display: flex;
        flex-direction: column;
        padding: 0
    }
}

.u-page-section {
    padding-bottom: 10rem;
}

.c-heading--h1 {
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
}

.l-mainContainer-main--right h4:first-child {
    margin-top: 0;
}

.l-mainContainer-main--right h4 {
    font-weight: 700;
    font-size: 14px;
    line-height: 40px;
    margin-top: 2%;
}

.l-mainContainer-main--right p {
    font-weight: 400;
    font-size: 14px;
    line-height: 40px;
    margin-bottom: auto;
}