.btn-manifesto{
    padding: 18px 32px;
    justify-content: center;
    align-items: center;
    border-radius: 56px;
    background: #E7321F;
    color: #FFFFFF;
}
.btn-manifesto:hover{
    background: #e51f0a;
    font-weight: bold;
    color: #FFFFFF;
}

.height-background{
    /* if mobile, height: 100%*/
    @media (max-width: 768px) {
        background-size: auto 100% !important;
    }

}