html {
    height: 100%;
    scroll-behavior: smooth
}

body {
    color: #000;
    min-height: 100%
}

.green-stories {
    position: relative
}

.green-stories header {
    background: none;
    left: 0;
    padding: 20px 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.green-stories img {
    display: block
}

.green-stories .section {
    padding: 0 1rem !important
}

.green-stories__intro {
    background-color: #355f25;
    background-position: bottom;
    background-size: cover;
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    min-height: 100vh;
    padding: 100px 0;
    position: relative
}

@media (min-width: 1024px) {
    .green-stories__intro {
        font-size: 20px
    }
}

@media (max-width: 1023px) {
    .green-stories__intro:before {
        background: rgba(0, 0, 0, .5);
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }
}

.green-stories__intro__arrow-down {
    bottom: 70px;
    left: calc(50% - 20px);
    position: absolute
}

.green-stories__intro__title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem
}

@media (min-width: 1024px) {
    .green-stories__intro__title {
        font-size: 80px
    }
}

.green-stories__intro__subtitle {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 2rem
}

@media (min-width: 1024px) {
    .green-stories__intro__subtitle {
        font-size: 32px
    }
}

.green-stories main {
    background: #355f25;
    padding-bottom: 0 !important;
    padding-top: 0 !important
}

.green-stories .column article {
    line-height: 1.2;
    margin-bottom: 100px
}

.green-stories .column article figure {
    background-color: #274d25;
    color: #fff;
    position: relative;
    transition: all .3s ease-in-out
}

.green-stories .column article figure figcaption {
    font-size: 16px;
    padding: 2rem;
    text-align: center
}

@media (min-width: 1024px) {
    .green-stories .column article figure figcaption {
        font-size: 19px
    }
}

.green-stories .column article figure figcaption a {
    color: inherit !important
}

.green-stories .column article figure figcaption .green-stories__article-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 1.5rem
}

@media (min-width: 1024px) {
    .green-stories .column article figure figcaption .green-stories__article-title {
        font-size: 24px
    }
}

.green-stories .column article figure figcaption p {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 480px
}

.green-stories .column article figure figcaption .green-stories__button {
    background-color: #1b627d;
    border: none;
    border-radius: unset;
    color: #fff;
    margin-top: 2rem;
    padding: 1rem;
    position: unset;
    transition: all .3s ease-in-out
}

.green-stories .column article figure figcaption .green-stories__button:hover {
    background-color: #fff;
    color: #1b627d
}

.green-stories .column article figure figcaption .green-stories__button:after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.green-stories .column article:hover figure {
    background-color: #fff;
    color: #274d25
}

.green-stories__articles .column.is-6-desktop, .green-stories__articles .column.is-6-desktop article {
    display: flex
}

.green-stories footer {
    background: #355f25;
    color: #fff;
    font-size: 15px;
    margin: 0 0 auto;
    padding: 16px
}

.green-stories footer .content {
    align-items: center;
    justify-content: space-between
}

@media (max-width: 1023px) {
    .green-stories footer .content {
        flex-direction: column;
        justify-content: center
    }

    .green-stories footer .text-area {
        font-size: 12px;
        margin-bottom: 1rem
    }
}

.green-stories footer img {
    height: auto;
    width: 106px
}

.green-stories footer span {
    display: inline-flex
}

.green-stories footer span:before {
    background-color: #fff;
    content: "";
    height: 24px;
    margin: 0 5px;
    width: 1px
}

.green-stories footer .logo-area {
    flex: 0 0 auto
}
