.klantenvertellen-items {
    margin-top: 70px
}
.klantenvertellen-item {
    margin-bottom: 40px;
    font-family: "GothamLight", sans-serif;
}
.klantenvertellen-item .rate span {
    color: #225db3;
    font-size: 24px;
    padding: 8px;
    background: #ffd840;
    font-family: "GothamBold", sans-serif;
    font-weight: 800;
    margin-right: 15px;
    display: block;
    min-width: 50px;
    text-align: center;
}
.klantenvertellen-item .info {
    font-size: 12px;
    line-height: 14px;
}
.klantenvertellen-item .info .name {
    font-family: "GothamBold", sans-serif;
    font-size: 18px;
    line-height: normal;
    font-weight: 800;
    padding: 5px 0;
    display: inline-block;
}
.klantenvertellen-item .review-text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
    max-height: 100px;
    overflow-y: auto;
}

.klantenvertellen-section .pager {
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    color: #4a4a4a;
    font-family: "GothamLight", sans-serif;
    margin: 20px 0;
}
.klantenvertellen-section .pager .separator {
    display: inline-block;
    margin: 0 3px;
}
.klantenvertellen-section .pager span.active {
    font-weight: 600;
}
.klantenvertellen-section .pager a {
    color: #225db3;
    text-decoration: none;
}
.klantenvertellen-section .pager a.prev {
    display: inline-block;
    margin-right: 40px;
}
.klantenvertellen-section .pager a.next {
    display: inline-block;
    margin-left: 40px;
}
