.testo-iniziale {
    padding: 10% 15% 3% 15%;
    animation: hi 1s ease 0.2s backwards;
    background-color: rgba(165, 182, 179, 0.09);
}

.testo-iniziale strong {
    font-family: 'Apercu';
    font-weight: 400;
    font-size: 36px;
    color:#101010;
    letter-spacing: 0;
    line-height: 45px;
    margin-bottom: 20px
}

.img-about{
    content: url(img/noi-bn.png);
    margin-bottom: -1px;
    background-color: rgba(165, 182, 179, 0.09);
    width: 100%
}
.testo-about {
    padding: 3% 15% 5% 15%;
    background-color: rgba(165, 182, 179, 0.09);
    display: flex;
    flex-direction: row-reverse;
     animation: hi 1s ease 0.2s backwards;
}

.testo-about h3 {
    font-family: 'Apercu';
    font-weight: 600;
    font-size: 16px;
    color: #BFA980;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px
}

.testo-about p {
    font-family:'Apercu', serif;
    font-size:17px;
    font-weight:400;
    color:#101010;
}

.wedo {
    width: 50%;
    padding: 0% 0% 0% 5%
}

.ours {
    width: 50%;
    padding: 0% 5% 0% 0%
}

.testo-about .btn{
    padding: 2% 1%
}
.testo-about .btn:hover{
    padding: 2% 3% 2% 3%;
}

.imagine-miss {
    background-color:#101010;
}

.linea-grigia {
    padding: 5% 15% 0% 15%
}

.linea-grigia h4 {
    font-family: 'Apercu';
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.testo-mission {
    padding: 2% 15% 2%
}

.testo-mission h2 {
    font-family:'Apercu';
    font-weight: 400;
    font-size: 36px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 45px;
}
.numeri {
    font-size: 14px;
    color: #ffffff;
}
.action {
    background-color: #fff;
    padding: 7% 15%;
}
.action p{
    font-family:'Apercu';
    font-weight: 400;
    font-size: 36px;
    color: #101010;
    letter-spacing: 0;
    line-height: 45px;
    margin-bottom: 40px
}
.aot, .bu {
    animation: hi 0.9s ease 1s backwards;
}

.skype{
    margin-left:-20px;
    margin-top:30px;

}
.skype a {
    padding: 1% 2%;
    color:#FFFFFF;
}
.skype a:hover {
    padding: 1% 4% 1% 2%;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
}

.skype .btn:hover .material-icons{
       color:#FFFFFF 
}


@keyframes hi {
    from {
        transform: translate3d(0px, -20px, 0);
        opacity: 0;
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@media only screen and (max-width:1024px) {
    .testo-about h3, .testo-iniziale h3 {
        font-size: 2.8vw
    }

    .testo-about p, .testo-iniziale p {
        font-size: 2.4vw
    }

    .linea-grigia h4 {
        font-size: 1.9vw
    }

    .testo-mission h2 {
        font-size: 4.4vw;
        line-height: 40px
    }

    .testo-about a {
        font-size: 2.4vw
    }

    .numeri {
        font-size: 12px
    }

    .action {
        font-size: 4vw;
        padding: 10% 9% 5%
    }

    .action i {
        font-size: 3vw
    }

    .action .animateblock {
        opacity: 1
    }
}

@media only screen and (max-width:768px) {
    .testo-about {
        flex-direction: column;
        padding: 3% 10%;
    }
    .testo-about a, .testo-about p {
     
    }

    .wedo {
        width: 100%;
    }

    .ours {
        width: 100%;
        padding: 0% 5%
    }

    .linea-grigia h4 {
    
    }

    .numeri {
        font-size: 10px
    }

    .linea-grigia {
        padding: 3% 10% 0% 13%
    }

    .testo-mission h2 {

    }

    .testo-mission {
        padding: 4% 13% 0%
    }

    .action {

        padding: 8% 9%
    }

}

@media only screen and (max-width:480px) {

    .testo-iniziale {
        padding: 30% 15% 10% 15%;
    }
    .testo-iniziale strong {
        font-size: 25px;

    }
    .testo-about {
        flex-direction: column;
        padding: 10% 10%;
    }
    .testo-about a, .testo-about p {
        font-size:20px
    }
    .linea-grigia {
        padding: 10% 10% 0% 13%
    }
    .testo-mission h2 {
        font-size: 25px;
    }
    .testo-mission {
        padding: 4% 13%
    }
    .action {
        padding: 8% 13% 15%
    }
    .action p{
        font-size: 25px;
    }
    .skype{
        margin-left:-5px;
        margin-top:30px;
    }
 
}