div#splide-marquee-trusted img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    margin: auto;
}
section#trusted-by {
    padding: 104px 0;
    text-align: center;
}

section#trusted-by h2 {
    margin-bottom: 54px;
    color: var(--orange);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 6.4px;
    text-transform: uppercase;
}

div#trusted-by-line {
    height: 54px;
    width: 1px;
    margin: auto;
    background: var(--orange);
}

div#splide-marquee-trusted .splide__slide {
    display: flex; 
}

div#splide-marquee-trusted {
    padding: 54px 0;
    border-top: solid 1px var(--orange);
    border-bottom: solid 1px var(--orange);
    max-width: 1140px;
    height: 80px;
    margin: auto;
}

div#splide-marquee-trusted-track {
    height: 100%;
}

.email svg, .phone svg, .linkedin svg {
    width: 30px;
    height: 30px;
}