.module.kiyoh {
    margin: 3rem 0 3rem;
}

.gpshorlogekindoverzicht .module.kiyoh {
    margin-bottom: 0;
}

.module.kiyoh>p {
    text-align: right;
    margin: 1rem 0;
}

.module.kiyoh>p a {
    color: var(--color2);
    text-decoration: underline;
    font-weight: 400;
}

.module.kiyoh h2 {
    text-align: center;
}

.module.kiyoh .hold {
    display: flex;
    gap: 0rem;
    overflow: visible;
}

.module.kiyoh .reviewhouder {
    position: relative;
    width: 320px;
    display: flex;
    align-items: end;
    height: auto;
    overflow: visible !important;
    gap: 4px;
}

.reviewhouder .naam {
    position: absolute;
    bottom: 1rem;
    left: 2rem;
    border-radius: 2rem;
    font-weight: 600;
    font-size: 16px;
    color: var(--color13);
}

.reviewhouder img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 12px solid #fff;
    box-shadow: 0px 3px 6px #00000029;
    border: 6px solid #FFFFFF;
    margin: 0;
}

.reviewhouder .review {
    font-weight: 400;
    font-size: 16px;
    background: var(--color16);
    padding: 2rem;
    border-radius: 2rem;
    height: 100%;
    width: 100%;
    padding-bottom: 3rem;
}

.slider-nav {
    display: flex;
    justify-content: end;
    padding: 12px;
    gap: 8px;
    align-items: center;
}

.module.kiyoh .slider-nav {
    padding-top: 0;
    justify-content: end;
}

.slider-nav p {
    margin: 0;
    margin-right: auto;
    margin-top: -3px;
}

.slider-nav p a {
    color: var(--color2);
    font-style: italic;
    text-decoration: underline;
}

.reviewhouder .kiyicon>div {
    width: 40px;
    height: 40px;
    font-size: 14px;
    color: var(--color2);
}

.star-rating {
    display: flex;
    gap: 0px;
    line-height: 16px;
    margin-bottom: 6px;
    margin-bottom: 1rem;
}

.star-rating svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0px;
    fill: var(--color13);
    width: 20px;
}

@media(min-width:992px){
    .reviewhouder .review,.reviewhouder .naam
    {
        font-size:18px;
    }
}