.forest-restoration-page {
    background: #fff;
}

.forest-restoration-page__inner {
    width: min(1600px, calc(100% - 30px));
    margin: 0px auto 110px;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.forest-restoration-page__title {
    margin: 0;
    font-size: 55px;
    line-height: 1;
    font-weight: 700;
    color: #333;
    letter-spacing: -1.65px;
}

.forest-restoration-page__hero {
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
}

.forest-restoration-page__hero img {
    display: block;
    width: 100%;
    aspect-ratio: 1280 / 380;
    object-fit: cover;
}

.forest-restoration-page__intro {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.forest-restoration-page__intro-title {
    margin: 0;
    font-size: 33px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.99px;
    color: #000;
    word-break: keep-all;
}

.forest-restoration-page__intro-title em {
    color: #599034;
    font-style: normal;
}

.forest-restoration-page__intro-text {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.54px;
    color: #333;
    word-break: keep-all;
}

.forest-restoration-page__services {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.forest-restoration-page__services h2 {
    margin: 0;
    font-size: 33px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: -0.99px;
    color: #000;
}

.forest-restoration-page__service-grid {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 50px;
}

.forest-restoration-page__service-item {
    min-height: 252px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*justify-content: center;*/
    gap: 30px;
    text-align: center;
    padding: 40px;
    box-sizing: border-box;
}

.forest-restoration-page__service-item img {
    width: 60px;
    height: 60px;
    display: block;
}

.forest-restoration-page__service-item p {
    margin: 0;
}

.forest-restoration-page__service-item p:first-of-type {
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: -0.75px;
    color: #000;
    word-break: keep-all;
}

.forest-restoration-page__service-item p:first-of-type span {
    color: #599034;
}

.forest-restoration-page__service-item p + p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: -0.54px;
    color: #333;
    word-break: keep-all;
}

.forest-restoration-page__service-item p:only-of-type {
    margin-bottom: 38px;
}

.forest-restoration-page__gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.forest-restoration-page__gallery img {
    width: 100%;
    border-radius: 10px;
    display: block;
    aspect-ratio: 413 / 250;
    object-fit: cover;
}

@media (max-width: 1023px) {
    .forest-restoration-page__inner {
        width: auto;
        margin: 130px 30px 120px;
        gap: 30px;
    }

    .forest-restoration-page__title {
        font-size: 44px;
        letter-spacing: -1.32px;
    }

    .forest-restoration-page__service-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .forest-restoration-page__inner {
        margin: 30px 10px 80px;
    }

    .forest-restoration-page__title {
        font-size: 33px;
        letter-spacing: -0.99px;
    }

    .forest-restoration-page__intro-title {
        font-size: 22px;
        line-height: 1.2;
        letter-spacing: -0.66px;
    }

    .forest-restoration-page__intro-text {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: -0.48px;
    }

    .forest-restoration-page__services h2 {
        font-size: 22px;
        line-height: 1.1;
        letter-spacing: -0.66px;
    }

    .forest-restoration-page__service-item {
        min-height: 220px;
        padding: 20px;
    }

    .forest-restoration-page__service-item p:first-of-type {
        font-size: 18px;
        line-height: 1.2;
        letter-spacing: -0.6px;
    }

    .forest-restoration-page__service-item p + p {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: -0.48px;
    }
    .forest-restoration-page__gallery{
        grid-template-columns: 1fr;
    }
}

@media (max-width: 360px) {
    .forest-restoration-page__inner {
        margin: 30px 10px 60px;
    }
}
