h1{
    text-align: center;
    font-size: 3.5em;
    font-weight: 600;
}
h2{
    color: black !important;
    font-size: 2.3em;
    margin-top: 13px;
    margin-bottom: 57px;
}
.ch22-form-facebook-button{
    margin-top: 57px;
}

@media (max-width: 700px) {
    h2{
        margin-bottom: 27px;
    }
    p {
        font-size: 21px;
    }
}