.quote-slider-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 100%;
}

.quote-slider {
    display: flex;
    transition: transform 0.5s ease;
    width: 100%;
}

.quote-slide {
    flex: 0 0 100%;
    box-sizing: border-box;
    padding: 20px;
}

.quote-image img {
    max-width: 150px;
    height: auto;
    display: block;
    margin-bottom: 20px;
}
