html {
    scroll-behavior: smooth;
}

body{
    background: #fff;
}


.in-evidence-block h2 + p{
    padding-top: 32px;
}


.img-test.storia{
    /*background: url("../../images/frontend/chi-siamo/t4-wood-small-8.jpeg") 50% 0 no-repeat;*/
    background: url("../../images/frontend/storia/t4-wood-small-19.jpg") 65% 100% no-repeat;
    background-size: cover;
}

.img-test.storia-2{

    background: url("../../images/frontend/storia/t4-wood-small-01.jpg") 65% 100% no-repeat;
    background-size: cover;
}

.img-test.storia-3{
    background: url("../../images/frontend/storia/t4-wood-small-03.jpg") 65% 100% no-repeat;
    background-size: cover;
}

.evidence.for-hp .full-bg-left{
    background: url(../../images/frontend/storia/t4-wood-small-02.jpg) 100% 50% no-repeat;
    background-size: cover;
    height: 102%;
}



@media all and (min-width: 1300px){
    section.carousel.full-width.full-height + section.evidence{
        padding-top: 110px;
    }

    .inverse .carousel:after{
        height: 90px;
        -webkit-transform: translate(0,-50px) rotate(-2deg);
        -moz-transform: translate(0,-50px) rotate(-2deg);
        transform: translate(0,-50px) rotate(-2deg);

    }
}

@media all and (max-width: 800px){
    section.carousel.full-width.full-height + section.evidence + section.in-evidence{
        padding-top: 32px;
        padding-bottom: 64px;
    }

    section.carousel.full-width.full-height + section.evidence + section.in-evidence + footer{
        margin-top: 0;
    }
}