
.hero__banner{
    width: 100%;
    max-height: calc(100vh - 104px);
    height: calc(100vh - 104px);
    min-height: 600px;
    position: relative;
}
.hero__banner__image {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -o-object-fit: cover;
       object-fit: cover;
}

.inner__hero__banner{
    position: absolute;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.content__banner{
    max-width: 760px;
}
.content__banner h1{
    font-size: 2.75rem;
    color: #fff;
    font-weight: 700;
}

.block__video {
    background-color: #F8FFE8;
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.inner__block__video{
    position: relative;
}
.block__video__cta {
    position: absolute;
    left: 0 ;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 4rem;
    height: 4rem;
    margin-top:4rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: none;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.block__video__title {  
    font-size: 6rem;
    color: #90A955;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    font-weight: 700;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.block__video__title:before{
    content: "";
    width: 100%;
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: auto 40px;
    height: 60px;
    background-image: url('../img/icons/icon__waves.svg');
}
.block__video__title:after{
    content: "";
    width: 100%;
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: auto 40px;
    height: 60px;
    background-image: url('../img/icons/icon__waves.svg');
}

.block__video__desc{
    font-size: 1rem;
    font-weight: 700;
    max-width: 760px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.block__video__cta{
    position: absolute;
}

.grid__solutions__item p{
    max-width: 360px;
}

.title__solutions {
    font-size: 3rem;
}


.block__projects {
    background-color: #31572C;
    color: #fff;
}

.head__projects__sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.head__projects__title {
    text-align: center;
    font-size: 3rem;
}



@media screen and (max-width: 1024px) {
    
    .head__projects__title,
    .title__solutions{
        font-size: 2rem;
    }
}

@media screen and (max-width: 640px) {
    .block__video__title{
        margin-bottom: 2rem;
        font-size: 2rem;
       -webkit-box-pack: center;
           -ms-flex-pack: center;
               justify-content: center;
    }
    .block__video__title:before,
    .block__video__title:after{
        content: none;
    }
    .block__video__cta{
        margin-top: 0;
        margin-bottom: 0;
        top: auto;
        bottom: -4rem;
    }
    .block__video{
        padding-bottom: 7rem;
        padding-top: 5rem;
        position: relative;
    }
    .block__video:before {
        content: "";
        background-repeat: no-repeat;
        background-position: 0 center;
        background-size: auto 30px;
        height: 30px;
        position: absolute;
        left: 0.5rem;
        right: 0.5rem;
        top: 0.75rem;
        background-image: url('../img/icons/icon__waves.svg');
    }
    .block__video:after {
        content: "";
        background-repeat: no-repeat;
        background-position: 0 center;
        background-size: auto 30px;
        height: 30px;
        position: absolute;
        left: 0.5rem;
        right: 0.5rem;  
        bottom: 0.75rem;
        background-image: url('../img/icons/icon__waves.svg');
    }
    .inner__block__video{
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .head__projects__title, .title__contact, .title__solutions{
        font-size: 1.5rem;
    }
    .content__banner h1{
        font-size: 2rem;
        text-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
    }
    .grid__solutions__item p b{
        font-size: 1.125rem;
    }


}