
.terminbox {
    border-radius: 20px;
    background: rgba(186, 186, 186, 0.20);
    margin: 10px 0;
    display: flex;
    gap: 30px;
    align-items: center;
    background: #eee;
    padding: 15px;
}

.terminbox__headline {
    color: rgba(32, 32, 34, 0.50);
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.terminbox__infos {
    font-weight: bold;
    color: #202022;
    font-size: 1.2em;
    margin-top: 10px;
}