.vijfpunten {
    background: var(--color5);
    position: relative;
    z-index: 9;
}

.white-content .vijfpunten {
}

.white-content .vijfpunten ul li {
    color: var(--text-white);
}

.white-content .vijfpunten ul li i, .white-content .vijfpunten ul li svg {
}

.vijfpunten ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    gap: 0;
    height: 40px;
}

.vijfpunten ul li {
    font-size: 10px;
    font-weight: 600;
    color: var(--color1);
    line-height: 39px;
    text-align: center;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}

.vijfpunten ul li svg {
    fill: var(--color2);
}

.vijfpunten ul li span {
    font-weight: 400
}

.vijfpunten li {
    display: flex;
    align-items: center;
}

.vijfpunten li svg {
    width: 17px;
    height: 17px;
}

.vijfpunten li p {
    font-size: 11px;
    margin: 0;
    color: var(--color2);
    font-weight: 400;
    text-align: left;
}

.vijfpunten .kiyicon {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translate3d(0,-50%,0);
    display: none;
    background: var(--color5);
    border-radius: 50%;
    color: var(--color2);
}

.kiyicon>div {
    line-height: 1;
    display: flex;
    width: 30px;
    height: 30px;
    min-height: unset;
    min-width: unset;
    background: url("../../../images/assets/trsutedshops-bg.webp") center / cover;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    font-weight: 600;
}

@media(min-width: 360px) {
    .vijfpunten .kiyicon {
        display: flex;
        align-items: center;
    }
}

@media(min-width: 1200px) {
    .vijfpunten ul li {
        font-size: 10px
    }
}
