.maqruee-section-wrapper .marquee-section {
    background-color: ;
    width: 100%;
    height: var(--marquee-height);
    position: relative;
    display: flex;
}
.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: 250px; */
    max-height: 100%;
    white-space: nowrap;
    flex-direction: column;
    position: relative;
}
.maqruee-section-wrapper .marquee-inner-wrapper{  padding: 1rem 4rem;}
.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;
  text-wrap: auto;
  font-size: 1.37rem;
  font-family: var(--font-additional-family);
  font-weight: 100;
  letter-spacing: 0;
}
.title-wrapper-with-link.content-align--center{text-align:center;}
.title-wrapper-with-link.content-align--left{text-align:left;}
