

.gkk-leistungen-teaser .lt-item {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 28px 0;
}

.gkk-leistungen-teaser .lt-item:last-child {
    border-bottom: 0;
}

.gkk-leistungen-teaser .lt-icon {
    flex: 0 0 90px;
    text-align: center;
}

.gkk-leistungen-teaser .lt-icon svg {
    height: 60px;
    width: auto;
}

.gkk-leistungen-teaser .lt-title {
    flex: 0 0 30%;
    margin: 0;
    font-size: 24px;
    line-height: 1.3;
}

.gkk-leistungen-teaser .lt-text {
    flex: 1 1 auto;
    margin: 0;
}

@media (max-width: 767px) {
    .gkk-leistungen-teaser .lt-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
        padding: 22px 0;
    }

    .gkk-leistungen-teaser .lt-icon,
    .gkk-leistungen-teaser .lt-title {
        flex: 0 0 auto;
        text-align: left;
    }
}

