.maqruee-section-wrapper .marquee-section {
    background-color: ;
    width: 100%;
    height: var(--marquee-height);
    position: relative;
}
.maqruee-section-wrapper .marquee-section .marquee-wrapper{
    list-style: none;
    height: 100%;
    display: flex;
    margin: 0;
    
}
.maqruee-section-wrapper .marquee-section .marquee-wrapper li.marquee-block {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-shrink: 0;
    width: var(--marquee-block-width);
    max-height: 100%;
    white-space: nowrap;
    flex-direction: column;
    position: relative;
}
.maqruee-section-wrapper .marquee-inner-wrapper{  padding: 5rem;}
.maqruee-section-wrapper .marquee-inner-wrapper .marquee-image img{filter: grayscale(1);transition:all 0.7s linear;}
.maqruee-section-wrapper .marquee-inner-wrapper:hover .marquee-image img{filter: grayscale(0);}
.maqruee-section-wrapper .marquee-section .marquee-wrapper li.marquee-block .marquee-title {
    margin: 0 0 1rem 0;
}
.maqruee-section-wrapper .marquee-section .marquee-wrapper li.marquee-block .marquee-title:only-child { margin: 0; }
.title-wrapper-with-link.content-align--center{text-align:center;}
.title-wrapper-with-link.content-align--left{text-align:left;}
.maqruee-section-wrapper .title-wrapper-with-link.title-wrapper--self-padded-mobile.title-wrapper--no-top-margin.content-align--center{margin-bottom:1rem;}
@media(max-width:767px){
.maqruee-section-wrapper .title-wrapper-with-link.title-wrapper--self-padded-mobile.title-wrapper--no-top-margin.content-align--center{margin-bottom:4rem;}
}

.maqruee-section-wrapper .marquee-inner-wrapper .marquee-image svg{     width: 220px;    height: 50px;}