.quote-box h2::before {
    display: block;
    content: '';
    width: 30px;
    height: 30px;
    top: 8px;
    left: 0px;
    background-image: url(https://cerejeiras.com.br/wp-content/uploads/2023/09/quote-one.png);
    background-repeat: no-repeat;
    position: absolute;
}

.quote-box h2::after {
    display: block;
    content: '';
    width: 50px;
    height: 50px;
    bottom: -32px;
    right: 88px;
    background-image: url(https://cerejeiras.com.br/wp-content/uploads/2023/09/quote-two.png);
    background-repeat: no-repeat;
    position: absolute;
}

@media(max-width: 768px) {
    .quote-box h2::after {
        bottom: -40px;
        right: -32px;
    }

    .page-id-24176 .breadcrumb-custom-space {
        text-align: center;
    }

    .carousel-mosaic-gallery .slick-slide {
        display: flex;
        gap: 10px;
        width: 336px;
        flex-direction: column;
        flex-wrap: nowrap;
    }
}