.versandhinweis_container {
    width: 100%;
    margin: 0 auto;
    max-width: 1030px;
}

.versandhinweis {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-family: 'Exo 2', sans-serif;
}

.versandhinweis_title {
    font-size: 27px;
    line-height: 27px;
    font-weight: normal;
    color: #333;
}

.bold {
    font-weight: 600;
    color: #555;
    font-size: 15px;
}

.def {
    color: #555;
    font-size: 15px;
}

.mini {
    font-size: 12px;
    color: #555;
}

.achtung {
    font-weight: 600;
    color: #555;
    font-size: 23px;
}

li.def, li.bold {
    margin-left: 30px;
}
