.info-managment-icons .row {
    justify-content: center;
}

@media screen and (min-width: 768px) {
    .info-managment-icons .col-md-3 {
        flex: 0 0 33%;
        max-width: 50%;
        margin-bottom: 1.5rem;
    }
}

@media (min-width: 768px) {
    .page-teaser .page-teaser__cta {
        position: static;
    }
    .page-teaser .page-teaser__excerpt {
        min-height: 139px;
    }

}

.page-teaser .page-teaser__disclaimer {
    font-size: 0.6rem;
    margin-top: 1rem;
}

main .text-block ul {
    margin: 2rem 0 2rem 2rem;
    list-style: disc;
}