.succesverhalen {
    padding: 50px 0;
    position: relative;
}

.succesverhalen::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -135px;
    width: 158px;
    height: 158px;
    border-radius: 50%;
    background-color: #E4EED4;
}

.succesverhalen-navigation {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    gap: 25px;
}

.girl {
    position: absolute;
    width: 211px;
    height: 211px;
    border-radius: 50%;
    left: 95px;
}

.back{
    width: 167px;
    height: 167px;
    float: left;
    margin-right: 190px;
    margin-left: 50px;
    border-radius: 50%;
    background-color: #B5DB71;
}

.img-container {
    position: relative;
}

.succesverhalen-navigation .next,
.succesverhalen-navigation .prev {
    position: relative;
    height: 40px;
    width: 40px;
    background-color: #8EB748;
    border-radius: 50%;
}

.succesverhalen-navigation .next img {
    position: absolute;
    left: 54%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.succesverhalen-navigation .prev img {
    position: absolute;
    left: 46%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.client__info p {
    text-transform: uppercase;
    font-weight: 500;
    color: #A2A2A2;
    margin-bottom: 5px;
}

.client__info p span {
    color: #8EB748;
}

.client__info h6 {
    font-size: 24px;
    font-weight: 500;
    font-family: 'effra-bold';
    font-style: italic;
}

.succesverhalen-container {
    min-height: 220px;
}

@media (max-width: 772px) {
    .back {
        margin-left: 0;
        margin-bottom: 60px;
    }
    .girl {
        left: 45px;
    }
}