.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;
   
    max-height: 100%;
    white-space: nowrap;
    flex-direction: column;
    position: relative;
}
@media screen and (min-width: 1200px) {
.maqruee-section-wrapper .marquee-section .marquee-wrapper li.marquee-block { width:calc(var(--marquee-block-width) - 5rem); } }
@media screen and (min-width:750px) and (max-width: 1199px) {
  .maqruee-section-wrapper {margin-bottom:4%;}
.maqruee-section-wrapper .marquee-section .marquee-wrapper li.marquee-block { width: calc(var(--marquee-block-width) + 10rem); } }
.maqruee-section-wrapper .marquee-inner-wrapper{  padding: 2rem;}
.maqruee-section-wrapper .marquee-section .marquee-wrapper li.marquee-block .marquee-title {
    margin: 0 0 1rem 0; font-weight:700;      font-size: 32px;
}
.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;}



/*custom*/
 .maqruee-section-wrapper.custom-marquee .marquee-inner-wrapper{  display: flex;  align-items: center; justify-content:space-around;  width: 100%; padding: 1.3rem 0rem;}
.custom-marquee .marquee-section .marquee-wrapper li.marquee-block:not(:last-child) span.line {  display: block; width: 110px;  height: 1px; background: var(--gradient-base-accent-1);}
@media screen and (min-width: 1200px) {
.maqruee-section-wrapper{     transform:skew(0deg ,-3deg);
    margin-bottom: 120px; margin-top:3%; } }
@media screen and (max-width: 767px) {
.custom-marquee .marquee-section .marquee-wrapper li.marquee-block:not(:last-child) span.line{ display:none;} }