.scrolling-service-links-with-logos .marquee {
    display: flex;
    overflow: hidden;
    width: 100vw;
    gap: 15em;
}
.scrolling-service-links-with-logos .marquee > p {
    white-space: nowrap;
    text-transform: uppercase;
    align-self: center;
    color: #ffffff;
    font-family: "Oswald", Sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.5em;
}
.scrolling-service-links-with-logos .marquee > p a {
    color: #FFFFFF;
}
.scrolling-service-links-with-logos .marquee > p img {
    margin: 0 24px;
 
}



.cm-logo-carousel.animated h3 {
    text-align: center;
    : ; font-size: 45px;
    font-style: normal;
    font-variation-settings: "opsz" 0, "wght" 300;
    margin-bottom: 25px;
    color: #1a1a1a;
    font-family: Oswald;
    font-weight: 100;
    letter-spacing: 0;
    line-height: 1.2;
    margin-top: 0;
}

.cm-logo-carousel .wrapper {
    align-items: center;
    display: flex;
    gap: 30px;
    height: 20%;
    justify-content: center;
    max-width: 1312px;
    overflow: hidden;
    position: relative;
    width: 100%;
    gap: 30px;
  
    margin: 0 auto;
}
.cm-logo-carousel .wrapper .box {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    justify-content: center;
    margin: 0;
    padding: 0;
    position: relative;
    width: 20%;
}
.cm-logo-carousel .wrapper .box img {
    height: 100% !important;
    max-height: 100px !important;
    max-width: 150px !important;
    object-fit: contain;
}
.cm-logo-carousel .wrapper::before,.cm-logo-carousel .wrapper::after {
    background: linear-gradient(90deg, #fff 50%, transparent);
    content: "";
    height: 110%;
    pointer-events: none;
    position: absolute;
    top: -5%;
    touch-action: none;
    width: 30%;
    z-index: 20;
}
.cm-logo-carousel .wrapper::before{
    left: 0;
  
}
.cm-logo-carousel .wrapper::after {
    right: 0;
    transform: rotate(180deg);
}
.landing-banner.cm-form-bnr .flex_row .col6.right-content .form-section form {
    padding-top: 5px;
}

.landing-banner.cm-form-bnr .flex_row .col6.right-content .form-section form .hs-form-field label {
    line-height: 21px;
}
@media(max-width:1350px){
.cm-logo-carousel .wrapper .box {width: 30%;}
}
