.bot-manifesto {
    background-color:#ffffff;
    padding:1rem;
    margin-top:20px;
}
.bot-manifesto-logo {
    margin-bottom:2rem;
    display:inline-block!important;
}
.bot-manifesto h1 {
    font-size:24px;
    font-weight: normal;
}
.bot-manifesto h3 {font-size:16px;}
.mb-2 {
    margin-bottom: 1.5rem;
}
.border-1 {
    border:1px solid #ccc;
}
.btn-bot {
    display: inline-block!important; 
    margin-top:2rem!important; 
    text-transform:none!important; 
}
.allinea-al-centro {
    text-align:center!important;
}
@media (min-width: 768px) {
    .bot-manifesto {
        background-color:#ffffff;
        padding:4rem;
        margin-top:20px;
    }
    .bot-manifesto-logo {
        margin-bottom:2rem;
    }
    .bot-manifesto h1 {
        font-size:32px;
        font-weight: normal;
    }
    .bot-manifesto h3 {
        font-size:18px;
        }
}