.about_wrap .about_content {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    padding: 10rem 0;
    color: #ddc4a4;
}
.scroll__btn svg {
    max-width: 50px;
}

.scroll__btn{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.scroll__btn h3 {
    text-align: center;
    letter-spacing: 8px;
    font-weight: 200;
}

.about_content--full {
    padding: 8rem 0 !important;
}

.about_wrap .about_content p {
    max-width: 800px;
    width: 100%;
    margin: 0.5rem auto;
    font-size: 20px !important;
    line-height: 1.8 !important;
    font-weight: 300 !important;

    color: #ddc4a4;
}

.about_content--highlight p {
    font-size: clamp(1rem, 3vw, 2rem);
}

.about_content__title {
    font-size: 7vw;
    line-height: 0.8;
    counter-increment: section;
    text-align: center;
    display: grid;
    gap: 2rem;
    color: #ddc4a4;
}

.about_content__title--left {
    text-align: left;
}

.about_content__title--right {
    text-align: right;
}


.about_content__title--sides {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
    text-align: left;
    gap: 2rem;
}

.about_content__title--sides span:last-child {
    justify-self: end;
}


.font-height {
    line-height: 1.4;
}

.font-height-medium {
    line-height: 0.9;
}

.font-medium {
    font-size: 6vw;
    margin-top: 3rem;
}

.about_content__title
.font-larger {
    font-size: 27vw;
}


.font-sub {
    font-size: 5vw;
    margin-top: 2rem;
    display: block;
}

.splitting .font-sub .word {
    display: grid;
    grid-auto-flow: column;
}

.char-wrap {
    display: inline-block;
    position: relative;
    overflow: hidden;
}
