.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 {
    text-align: center;
}

@media (max-width:768px) {
    .c5wrapper .feature-quote .title {
        text-align: center;
    }
    .c5wrapper .feature-quote .extra-info::before,
    .c5wrapper .feature-quote .extra-info::after {
        display: none;
    }
}
.c5wrapper .feature-quote .row{
    margin-bottom: 80px;
}

.c5wrapper .persoon-info {
    text-align: center;
}
.c5wrapper .extra-info p {
    max-height: 95px;
    overflow: hidden;
}
.c5wrapper .extra-info p.expanded {
    max-height: 1000px !important;
}
.c5wrapper .btn-extra-info{
    text-align: center;
}
@media (max-width: 425px){
    .c5wrapper .img-style{
        align-self:center;
    }
}