/* Interview Profilbereich */

.interview-item {
    margin-bottom: 32px;
}

.interview-question {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    text-transform: uppercase !important;
    font-weight: bold;
    color: var(--akzent);
    vertical-align: top;
    text-align: left !important;
}

.interview-answer {
    line-height: 1.7;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    text-align: justify;
}

.interview-answer p {
    margin-bottom: 10px;
}