/* H2 Überschriften*/
.u-terms-text h2 {
    color: green!Important;
    font-size: 1.2em;
    font-weight: bold;
}

/* Icon erste Überschrift*/
.u-terms-text h2:nth-of-type(1):before {
    content: "\f46c";
    font-family: "Font Awesome 6 Pro";
    margin-right: 10px;
    font-weight: 400;
    font-size: 30px;
}

/* Icon zweite Überschrift*/
.u-terms-text h2:nth-of-type(2):before {
    content: "\f737";
    font-family: "Font Awesome 6 Pro";
    margin-right: 10px;
    font-weight: 400;
    font-size: 30px;
}