.header_sec {
    background-image: url(../img/Verande/1392x960verande.jpg);
}

.descrizione{
    width: 60%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}
.descrizione h1{
    margin-top: 60px;
    text-align: center;
    font-size: 30px;
}
.descrizione>div:first-of-type p{
    text-align: center;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 40px;
}

.descrizione .line {
    background-color: var(--rosso);
    width: 50px;
    height: 3px;
    margin-top: 10px;
    margin-bottom: 40px;
}

.descrizione div:first-of-type img{
    width: 100%;
}

.descrizione div:last-of-type{
    width: 100%;
    display: flex;
    justify-content: center;
}

.descrizione div:last-of-type img{
    width: 50%;
    margin: 30px 0 50px 0;
}
.descrizione div:last-of-type img:first-of-type{
    padding-right: 5px;
}
.descrizione div:last-of-type img:last-of-type{
    padding-left: 5px;
}

@media only screen and (max-width: 1200px){
    .descrizione{
        width: 90%;
    }


}