.c5wrapper .feature-quote.feature-quote-single .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.feature-quote-single .entry-photo img {
    border-radius: 50%;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.c5wrapper .feature-quote.feature-quote-single quote {
    font-size: 16px;
}
.c5wrapper .feature-quote.feature-quote-single quote::before,
.c5wrapper .feature-quote.feature-quote-single quote::after {
    content: "\"";
    font-size: 140px;
    color: var(--bs-gray-500);
    font-style: italic;
    line-height: 0;
}
.c5wrapper .feature-quote.feature-quote-single quote::before {
    float: left;
    margin-top: 50px;
    margin-right: 12px;
    padding: 20px;
}
.c5wrapper .feature-quote.feature-quote-single quote::after {
    float: right;
    margin-top: 35px;
    margin-left: 5px;
    padding: 10px;
}
.c5wrapper .feature-quote.feature-quote-single .entry-detail{
    text-align: center;
}
.c5wrapper .feature-quote.feature-quote-single .entry-detail h4 {
    text-align: center;
    color: var(--bs-lime);
}
.c5wrapper .feature-quote.feature-quote-single .entry-details p {
    margin: 0;
    font-size: 16px;
    text-align: center;
}

@media (max-width:768px) {
    .c5wrapper .feature-quote.feature-quote-single .title {
        text-align: center;
    }
    .c5wrapper .feature-quote.feature-quote-single quote::before,
    .c5wrapper .feature-quote.feature-quote-single quote::after {
        display: none;
    }
}
@media (max-width: 425px){
    .c5wrapper .feature-quote.feature-quote-single .img-style{
        align-self:center;
    }
}
