.ae-quotes-slider {
    text-align: center;
    max-width: 800px;
    margin: 0 auto !important;
}

.ae-quote-image img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 20px;
    object-fit: cover;
    border: 3px solid #007bff;
}

.ae-quote-text {
    font-size: 22px;
    font-style: italic;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #333;
}

.ae-quote-author {
    font-size: 18px;
    font-weight: 700;
    color: #007bff;
}
