#signature-main {
    background-image: linear-gradient(to bottom, #372719, #000000);
}
.wrapper {
    margin-top: 89.5px;
}
.fade-in-text {
    background-image: none;
}

.fade-in-text__section {
    margin-top: 40px;
}

.fade-in-text__paragraph {
    overflow: visible;
    word-break: keep-all;
}

.fade-in-text__paragraph strong,
.fade-in-text__paragraph small {
    display: block;
    font-size: 0;
}

.fade-in-text__paragraph strong + strong {
    margin-top: 30px;
}

.fade-in-text__word {
    font-size: 15px;
    font-weight: 300;
    line-height: 27px;
    letter-spacing: -0.9px;
    color: var(--color-white);
}

.fade-in-text__word--strong,
.fade-in-text__word--tm {
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -1.2px;
}
.fade-in-text__word--title {
    font-size: 39px;
    line-height: 42px;
    letter-spacing: -0.78px;
}

.fade-in-text__word--tm {
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 5px;
    vertical-align: text-bottom;
}

.fade-in-text__word--normal {
    font-size: 13px;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: -0.78px;
}

.fade-in-text__word--small {
    margin-top: 10px;
    font-size: 10px;
    font-weight: 300;
    line-height: 15px;
    letter-spacing: -0.6px;
}

.signature-story__link-list {
    justify-content: center;
}

@media (max-width: 960px) {
    .fade-in-text {
        height: auto;
        padding: 15vw 0;
    }

    .fade-in-text__paragraph + .fade-in-text__paragraph {
        margin-top: 30px;
    }
}

@media (min-width: 961px) {
    .fade-in-text__paragraph strong,
    .fade-in-text__paragraph small {
        display: flex;
        justify-content: center;
    }
    .fade-in-text__paragraph strong + strong {
        margin-top: 15px;
    }
    .fade-in-text .wrapper {
        padding-top: 35px;
    }

    .fade-in-text__section {
        margin-top: 80px;
    }

    .fade-in-text__word {
        font-size: 25px;
        line-height: 144%;
        letter-spacing: -0.5px;
    }

    .fade-in-text__word--title {
        font-size: 65px;
        font-weight: 400;
        line-height: 75px;
        letter-spacing: -1.3px;
    }

    .fade-in-text__word--strong,
    .fade-in-text__word--tm {
        font-size: 36px;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: -0.72px;
    }

    .fade-in-text__word--normal {
        font-size: 20px;
        font-weight: 300;
        line-height: 25px;
        letter-spacing: -0.4px;
    }

    .fade-in-text__word--small {
        font-size: 16px;
        font-weight: 300;
        line-height: 23px;
        letter-spacing: -0.32px;
    }
}

@media (min-width: 1201px) {
}