.c5wrapper .entry-photo {
   display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bs-lime, #078e8d);
    border-radius: 50%;
    padding: 10px;
    overflow: hidden;
    max-width: 250px;
    margin: auto;
}

.c5wrapper .feature-quote .holder img {
    border-radius: 50%;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.c5wrapper .feature-quote .info-text {
    font-size: 20px;
    text-align: center;
}

@media (max-width:768px) {
    .c5wrapper .feature-quote .title {
        text-align: center;
    }
}
.c5wrapper .feature-quote .row{
    margin-bottom: 80px;
}

.c5wrapper .persoon-info {
    text-align: center;
}
@media (max-width: 425px){
    .c5wrapper .img-style{
        align-self:center;
    }
}