.story_intro .inner_grid{
    padding: 50px 80px;
}

.story_intro .page_subtitle_green{
    margin-bottom: 20px;
    line-height: 1em;
}

html[lang=en-us] .story_intro .page_subtitle_green{
    font-family: 'OpenSans-Bold';
}

.story_advantages {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    justify-content: space-between;
    gap: 11.4%;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 980px;
    flex-direction: row;
    justify-items: stretch;
}

.story_adv {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    width: calc((100% - 20%)/2););
}

.story_adv .content {
    text-align: left;
    margin-bottom: 45px;
    
}

.story_intro .green_item_list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    max-width: fit-content;
    margin-top: 0;
}

.story_intro .green_item_list .green_item{
    background-color: var(--green);
    border-radius: 15px;
    padding: 8px 10px;
    text-align: center;
    /* min-width: 175px; */
    /* max-width: 270px; */
    color: var(--white);
    letter-spacing: 1px;
    flex-grow: 1;
    min-width: 96px;
    max-width: calc((100% - 15px) /2 );
    height: 67px;
    justify-content: center;
    align-content: center;
}

html[lang='en-US'] .story_intro .green_item_list .green_item{
    height: 108px;
}

.story_intro .green_item_list .green_item img{
    width: auto !important;
    display: inline-block;
    height: 16px !important;
    margin-bottom: -1px;
}

.certificates {
    background-color: var(--grey);
    text-align: center;
}

.certificates .inner_grid {
    padding: 50px 20px;
}

.certificates .inner_grid .page_subtitle{
    margin-bottom: 30px;
}

.certificatelist_wrapper {
    max-width: 1555px;
    text-align: center;
    left:0;
    right: 0;
    margin: 0 auto;
}

.certificates .subtitle {
    margin-bottom: 35px;
}

.certificatelist {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 40px;
    align-items: center;
}

.certificatelist img {
    max-width: 150px;
    max-height: 100px;
    width: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.name_tag {
    padding: 5px 10px;
    max-width: 100%;
    text-align: center;
    position: absolute;
    display: none;
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.name_tag label {
position: relative;
    color: white;
    text-decoration: none;
    font-size: 12px;
}

.name_tag:before {
    content: '';
    background: #00000070;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.cert_img:hover .name_tag{
    display: block;
}

a.cert_img {
    text-decoration: none;
    position: relative;
}

.sustainability {
    background-repeat: repeat;
    background-position: top center;
    background-image: url(./../../../images/about_go_green.png);
    position: relative;
    background-size: cover;
}

.sustainability:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--black);
    opacity: 0.4;
}

.sustainability .inner_grid {
    color: var(--white);
    padding: 30px 70px;
    justify-content: center;
    display: flex;
    align-items: center;
    gap: 5%;
    max-width: 1550px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: relative;
}

.sustainability .subtitle_large {
    font-size: var(--font-title);
    font-weight: bold;
    margin-bottom: 20px;
}

html[lang=en-us] .sustainability .subtitle_large {
    font-weight: normal;
    font-family: 'OpenSans-Bold';
}


.sustainability .inner_grid .left_section {
    width: 36%;
    max-width: 550px;
    position: relative;
}

.sustainability .inner_grid .right_section {
    width: 59%;
    position: relative;
}

/* .sustainability .inner_grid .right_section .green_item_list {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.sustainability .inner_grid .right_section .green_item_list .green_item {
    background-color: var(--green2);
    padding: 20px 15px;
    border-radius: 20px;
    max-width: 270px;
}

.sustainability .inner_grid .right_section .green_item_list .green_item {
    text-align: center;
    flex: 1;
    justify-content: center;
    display: flex;
    align-items: center;
}
 */

.sustainability .lower {
    background: var(--white);
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
    padding-right: 0;
    justify-content: flex-start;
    position: relative;
    align-items: normal;
}

.sustainability .lower .inner_grid {
    align-items: stretch;
    padding-right: 0;
}

.sustainability .lower strong {
    color: var(--green);
    font-size: 24px;
    margin-bottom: 10px;
    display: block;
}

html[lang=en-us] .sustainability .lower strong {
    font-family: 'OpenSans-Bold';
    font-weight: normal;
}

.sustainability .lower .details {
    color: var(--black);
    width: 60%;
    position: relative;
}

.sustainability .lower .img_forest {
    background-image: url(./../../../images/about_forest.jpg);
    width: calc(100% - 40px - 60%);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    flex: 1;
}



@media (max-width: 968px) {
    .story_advantages {
        flex-direction: column;
        gap: 50px;
    }
    
    .story_adv {
        width: 100%;
    }
    
    .green_item_list {
        margin-top: 0;
    }
    
    .story_adv .content {
        margin-bottom: 20px;
    }
    
    .story_intro .inner_grid {
        padding: 30px 5%;
    }

    .sustainability .inner_grid{
        gap: 40px;
        padding: 30px 5%;
    }

    .sustainability .upper.inner_grid{
        flex-direction: column;
    }
    
    .sustainability .inner_grid .left_section, .sustainability .inner_grid .right_section{
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 968px) {
    .sustainability .inner_grid .right_section .green_item_list{
        flex-direction: column;
    }
    .sustainability .inner_grid .right_section .green_item_list .green_item{
        max-width: 100%
    }
}

@media (max-width: 600px) {
    .featured-image img {
        display: none;
    }
    
    .featured-image-mobile {
        position: absolute;
        width: 100%;
        height: 100%;
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: center;
    }
    
    .featured-image {
        height: 250px;
        position: relative;
    }
}

@media (max-width: 599px) {
    .sustainability .lower .inner_grid{
        flex-direction: column;
        padding: 0;
    }
    .sustainability .lower .details{
        width: 100%;
        padding: 30px 5%;
    }

    .sustainability .lower .img_forest {
        width: 100%;
        height: 0;
        display: block;
        flex: unset;
        padding-bottom: 85%;
    }
}