/* Site custom overrides */

/* Roadway structures slider - semi-transparent cards */
.section.review .card-client {
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
}

/* Narrow the slider to 33% on desktop */
@media (min-width: 1024px) {
    .section.review .mainSliderHolder {
        width: 45%;
        margin-left: auto;
        margin-right: auto;
    }
}