.schulformen {
    padding-top: 90px;
    padding-bottom: 90px;
}

.schulformen__head {
    margin-bottom: 60px;
}

.schulformen__head .section-title {
    margin-bottom: 30px;
    font-size: 43px;
    line-height: 120%;
}

.schulformen__text {
    color: var(--grey);
}

.schulformen .tab-content {
    padding: 0 30px;
}

.schulformen .tab-content>p {
    padding: 20px 0;
    border-bottom: 1px solid #EEEEEE;
}

.schulformen .tab-content h4.tabrow {
    border: none;
}

.schulformen .tab-content .tabrow {
    padding: 20px 0;
    border-bottom: 1px solid #EEEEEE;
}

.schulformen .tab-content div:last-child {
    border: none;
}

@media screen and (max-width: 767px) {
    .schulformen {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .schulformen__head .section-title {
        font-size: 27px;
        line-height: 150%;
    }
}