.page-item--quotes {
}

    .quote__title {
        margin-bottom: .4em;
    }


    .quote-branche-navigation {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 -20px 50px;
    }

        .quote-branche-navigation__item {
            color: rgb(233, 78, 27);
            padding: .5em 20px;
        }


    .quote__caption {
        text-align: center;
    }

        .quote__stars-container {
            font-size: 1.05em;
            margin-bottom: 10px;
            line-height: 1.2;
        }

            .quote-rating__star {
                color: rgb(233, 78, 27);
            }


@media only screen and (min-width: 768px) {

    .page-item--quotes {
        display: flex;
    }
}


@media only screen and (min-width: 1025px) {
}