

/* H1 Überschrift formatieren */
.cjm-content h1 {
    color: rgb(56, 168, 54)!important;
    font-size: 28px!important;
    margin-bottom: 3rem!important;
    font-weight: bold!important;
}

/* Contentbreite begrenzen und mittig ausrichten */
.cjm-content {
    max-width: 780px!important;
    margin: 0 auto!important;
    margin-top: 5rem!important;
}

cjm-application-button{
    margin-top: 40px!important;
    margin-bottom: 40px!important;
}
