@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');

.cg-carousel-wrapper {
    width: 100%;
    max-width: 850px;
    margin: auto;
    padding: 25px 35px;
    font-family: "Lato", sans-serif;
}

.cg-carousel {
    display: flex;
    transition: transform 0.7s ease;
}

.cg-slide {
    min-width: 100%;
    text-align: center;
    padding: 20px;
}

.cg-quote {
    font-size: 20px;
    font-style: italic;
    line-height: 1.45;
    color: #333;
    margin-bottom: 14px;
    position: relative;
}

.cg-quote:before {
    content: "“";
    font-size: 40px;
    color: #AC4934;
    position: absolute;
    left: -10px;
    top: -10px;
}

.cg-quote:after {
    content: "”";
    font-size: 40px;
    color: #AC4934;
    position: absolute;
    right: -10px;
    bottom: -20px;
}

.cg-author {
    margin-top: 10px;
    font-size: 18px;
    color: #AC4934;
    font-weight: 700;
}
