.page--home h1,
.page--home h2,
.page--home h3,
.page--home h4,
.page--home h5,
.page--home h6 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
}

.page--home h1::after,
.page--home h2::after,
.page--home h3::after,
.page--home h4::after,
.page--home h5::after,
.page--home h6::after {
    margin-top: 8px;
    display: block;
    content: '';
    width: 84px;
    border-bottom: 4px solid #CE4141;
}

.page--home h1 {
    font-size: 24px;
}

.page--home h2 {
    font-size: 22px;
}

.page--home h3 {
    font-size: 20px;
}

.page--home h4 {
    font-size: 18px;
}

.page--home h5 {
    font-size: 16px;
}

.page--home h6 {
    font-size: 14px;
}

@media (max-width: 1184px) {
    .page--home h1 {
        font-size: 13px;
    }

    .page--home h2 {
        font-size: 12px;
    }

    .page--home h3 {
        font-size: 11px;
    }

    .page--home h4 {
        font-size: 10px;
    }

    .page--home h5 {
        font-size: 9px;
    }

    .page--home h6 {
        font-size: 7px;
    }
}

.page--home .section-content-annotation {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    font-weight: 700;
    font-size: 120px;
    color: #D9D9D973;
    text-align: right;
    text-transform: uppercase;
    left: 0;
    top: -5px;
    z-index: 0;
    height: 100%;
}

.page--home .page-body-content-section:nth-child(2n) .section-content-annotation {
    justify-content: flex-start;
    text-align: left;
}

@media (max-width: 1184px) {
    .page--home .section-content-annotation {
        font-size: 72px;
        top: 0;
    }
}

@media (max-width: 720px) {
    .page--home .section-content-annotation {
        font-size: 52px;
        top: 25px;
    }
}

@media (max-width: 528px) {
    .page--home .section-content-annotation {
        font-size: 48px;
    }
}

@media (max-width: 496px) {
    .page--home .section-content-annotation {
        font-size: 44px;
    }
}

@media (max-width: 464px) {
    .page--home .section-content-annotation {
        font-size: 38px;
    }
}


@media (max-width: 400px) {
    .page--home .section-content-annotation {
        font-size: 32px;
    }
}