.footprints-back{
    position: relative;
}
.footprints-back:before{
    content: "";
    position: absolute;
    width: 100%;
    top: -145px;
    bottom: -50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    z-index: -1;
}
.header h1{
    margin-bottom: 8px;
}
.header h3{
    margin-top: 20px;
}
.sub-header h2{
    font-size: 42px;
    text-align: right;
}
.thumbs{
    margin: 0 -140px;
    margin-top: 50px;
}
.thumbs .item{
    margin-bottom: 40px;    
    overflow: hidden;
}
.thumbs .item:hover{
    opacity: 1;
}
.thumbs .item img{
    transition: all 400ms ease-out;
}
.thumbs .item:hover img {
    transform: scale(1.1);
}
.thumbs .image{
    overflow: hidden;
}
.thumbs .image .over{    
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0,0,0,.3);
    border: 1px solid transparent;
    /* border-left: none; */
    z-index: 10;
    transition: all 400ms linear;
}
.thumbs .item:nth-child(even) .over{
    border: 1px solid transparent;
    /* border-right: none; */
}
.thumbs .item:hover .over{ 
    background-color: rgba(0,0,0,.5);
}
.thumbs .txt{
    position: absolute;
    height: 100%;
    left: 20px;
    right: 20px;
    top: 0;
    padding-left: 120px;
    padding-right: 80px;
    padding-top: 40px;
    color: var(--white);
    z-index: 20;
    transition: all 400ms linear;
}
.thumbs .item:nth-child(even) .txt{
    padding-left: 30px;
    padding-right: 200px;
}
.thumbs h2{
    margin-bottom: 30px;
}
.thumbs .txt .text{
    opacity: 0;
    transition: all 400ms linear;
    color: var(--black);
}
.thumbs .plus-ico{
    position: absolute;
    right: 40px;
    bottom: 20px;
    z-index: 20;
}
.thumbs .item:nth-child(even) .plus-ico{
    right: 140px;
}
.thumbs .item.is-active .over{
    background-color:var(--white);
    border-color: var(--black);
}
.thumbs .item.is-active .txt{
    color: var(--black);
}
.thumbs .item.is-active .text{
    opacity: 1;
}
.thumbs .item.is-active .plus-ico{
    transform: rotate(45deg);
    filter: invert(100);
}
.impact{
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 26px;
    background-color: var(--green);
}
.impact .columns{
    margin: 0 -12px;
}
.impact .column{
    margin-bottom: 24px;
    padding: 0 12px;
}
.impact .tit{
    display: flex;
    align-items: center;
    color: var(--white);
}
.impact .tit h1{
    font-size: 42px;
}
.impact .cont{
    position: relative;
    height: 100%;
    /* padding-top: 100%; */
    background-color: var(--white);
}
.impact .txt{
    /* position: absolute; */
    width: 100%;
    top: 0;
    padding: 20px;
    padding-top: 30px;
}
.impact .txt h2{
    display: flex;
    min-height: 2.2em;
    margin-bottom: 30px;
    align-items: center;
}
.impact .txt p{
    margin-bottom: 0;
}

.logos_cont {
    background-color: transparent !important;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 80%;
    min-width: 200px;
    max-width: 340px;
    margin: auto;
}

.logos_cont a {
    display: flex !important;
    height: 90px;
    width: auto;
    margin: auto;
    padding: 5px;
}

.logos_cont a img{
    height: 100%;
    width: auto;
    object-fit: contain;
}

/* Tablets */
@media screen and (max-width: 1200px){

    .thumbs {
        margin: 0 -60px;
        margin-top: 50px;
    }
    .thumbs .item {
        margin-bottom: 30px;
    }
    .thumbs .txt {
        width: 100%;
        left: auto;
        right: auto;
        padding-left: 40px;
        padding-right: 70px!important;
        padding-top: 20px;        
    }
    .thumbs .item.item.is-active .txt{
        overflow-y: auto;
        /* scroll-behavior: smooth; */
    }
    .thumbs .item:nth-child(even) .txt {
        padding-left: 24px;
    }
    .thumbs .item:nth-child(even) .plus-ico {
        right: 40px;
    }
    .plus-ico {
        width: 24px;
        height: 24px;
    }
    .thumbs .item:last-child br {
        display: none;
    }
    .thumbs h2 {
        margin-bottom: 16px;
        font-size: 28px;
    }
    .thumbs p{
        font-size: 13px;
    }
    .image.is-16by9 {
        padding-top: 75%;
    }
    .impact .tit h1 {
        font-size: 36px;
    }
    .impact .txt h2 {
        margin-bottom: 24px;
    }
    .impact .txt {
        padding-top: 20px;
    }
    .logos_cont{
        width: 100%;
        margin: 0;
    }
    .logos_cont a{
        padding: 8px;
    }

}


/* Tablets */
@media screen and (max-width: 1000px){
    .logos_cont{
        /* flex-direction: column; */
    }
}


/* Mobile */
@media screen and (max-width: 576px){

    .header .column{
        width: 100%;
    }
    .header h3 {
        margin-top: 16px;
        margin-bottom: 24px;
    }
    .header .has-text-right{
        text-align: left !important;
    }
    .thumbs {
        margin: 0 -20px;
        margin-top: 40px;
    }
    .thumbs .item {
        width: 100%;
        margin-bottom: 8px;
        padding: 0;
    }
    .image.is-16by9 {
        padding-top: 56.25%;
    }
    .thumbs .txt {
        padding-left: 20px!important;
        padding-right: 40px!important;
        padding-top: 20px;
    }
    .thumbs h2 {
        font-size: 20px;
    }
    .plus-ico {
        width: 20px;
        height: 20px;
        right: 20px !important;        
    }
    .impact {
        margin-top: 30px;
        padding-top: 30px;
    }
    .impact .column{
        width: 100%;
        margin-bottom: 20px;
    }
    .impact .tit h1 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .impact .txt h2 {
        font-size: 18px;
        margin-bottom: 16px;
    }
    .impact .txt {
        padding: 16px;
    }

    .logos_cont img{
        width: 70px;
        object-fit: contain;
    }



}
