
h2  { font-size: 2em; margin: 0 }

#angebot {
    align-items: center;

    h3 {
        font-size: 1em;
        color: #D653D3;
        text-transform: uppercase;
        margin: .5em 0 0 0;
    }
    h4  { font-size: 1.2em; margin: 0 }
    p   { font-size: .9em; }
    p:last-of-type { margin-bottom: 0; }
}

.reihe {
    flex-wrap: wrap;
    gap: 2em;
    justify-content: center;
}

.angebotsKarte {
    width: 340px;
    justify-content: space-between;
    gap: 1rem;
}

.ende {
    padding-top: 1em;
    border-top: 1px solid #c7c7c7;
    font-weight: bold;
    justify-content: space-between;
    align-items: center;
}