.two-columns {
    column-count: 2; /* zwei Spalten */
    column-gap: 2rem; /* Abstand zwischen den Spalten */
}

.two-columns ul {
    break-inside: avoid; /* Liste nicht teilen */
}

.two-columns h3, .two-columns h2 {
    break-inside: avoid; /* Überschriften nicht teilen */
}

.thg-process-image {
    width: 100%;
}

.thg-button {
    padding: 8px 20px !important;

    &:focus {
        color: white !important;
    }
}