.project-finished-text {
    max-width: 650px;
    margin: 0 auto;
    padding: 0 0 100px;

    @media screen and (max-width: 768px) {
        max-width: unset;
        padding: 0 20px 40px;
        margin: 0;
    }
}

.project-finished-text__inner {
    font-family: "Closer Text", sans-serif;
    color: #004735;

    h1, h2, h3, h4, h5, h6 {
        margin: 0 0 26px;
        line-height: 120%;
        letter-spacing: -0.02em;
    }

    h3 {
        font-weight: 500;
        font-size: 24px;

        @media screen and (max-width: 768px) {
            font-size: 21px;
        }
    }
}

.project-finished-text__content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.01em;
    margin: 0 0 14px;

    @media screen and (max-width: 768px) {
        font-size: 14px;
    }
}

.project-finished-text__content ul {
    margin-bottom: 20px;
    padding-left: 20px;
}

.project-finished-text__content li {
    margin-bottom: 8px;
    line-height: 1.6;
}

.project-finished-text__content a {
    color: #006F4F;
    text-decoration: underline;
}
