.anwalt-widget {
    padding: 30px;
}

.anwalt-wrapper {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.anwalt-bild img {
    max-width: 100%;
    border-radius: 5px;
    width: 300px;
    height: auto;
    object-fit: cover;
}

.anwalt-inhalt {
    flex: 1;
    min-width: 250px;
}

.anwalt-title {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 10px;
}

.anwalt-desc {
    font-size: 16px;
    margin-bottom: 20px;
}

.anwalt-bullets {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.anwalt-bullets li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: bold;
}

.anwalt-bullets li svg {
    
    height: 24px;
    fill: #fff;
    flex-shrink: 0;
}

.anwalt-cta {
    margin-top: 25px;
}

.anwalt-cta-button {
    padding: 10px 20px;
    display: inline-block;
    font-weight: bold;
    border-radius: 5px;
    text-decoration: none;
}

/* Responsive Anpassung */
@media (max-width: 768px) {
    .anwalt-wrapper {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .anwalt-inhalt {
        align-items: center;
    }

    .anwalt-bullets li {
        justify-content: center;
    }
}
