.losleben-two-boxes-grid {
    padding: 80px 0;
    font-family: 'Quicksand', sans-serif;
    text-align: center;
}

.losleben-two-boxes-grid.is-full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.losleben-two-boxes-grid h2 {
    font-size: 42px;
    margin-bottom: 20px;
    color: #333;
}

.losleben-two-boxes-grid p.subline {
    font-size: 18px;
    color: #94A58D;
    margin-bottom: 60px;
}

.losleben-tbg-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.losleben-tbg-item {
    flex: 0 0 calc(50% - 15px);
    background: #ffffff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    display: flex;
    align-items: flex-start;
    text-align: left;
    transition: transform 0.3s;
}

.losleben-tbg-item:last-child:nth-child(odd) {
    flex: 0 0 60%;
}

.losleben-tbg-item .item-icon-box {
    width: 70px;
    height: 70px;
    background: #f1dcb7; /* Geänderte Hintergrundfarbe */
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    flex-shrink: 0;
}

.losleben-tbg-item .item-icon-box svg {
    width: 35px;
    height: 35px;
    fill: #333;
}

.losleben-tbg-item .item-text-box h4 {
    font-size: 24px;
    margin: 0 0 10px 0;
    color: #94A58D;
    font-weight: 500;
}

.losleben-tbg-item .item-text-box p {
    font-size: 16px;
    color: #666;
    margin: 0;
    line-height: 1.6;
}

@media (max-width: 991px) {
    .losleben-tbg-item {
        flex: 0 0 100% !important;
    }
}
