.bignumber {
    background: #fafafa;
    color: #176848;
    display: flex;
    flex-direction: column;
}

.bignumber__heading {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 48px 24px 30px 24px;
}

.bignumber__eyebrow {
    margin: 0;
    font-size: 10px;
    line-height: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.bignumber__title {
    margin: 0;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}

.bignumber__logos {
    position: relative;
    background: #fafafa;
    padding: 30px;
    width: 100%;
    max-width: 1440px;
    overflow: hidden;
}

.bignumber__logos-track {
    display: flex;
    width: max-content;
    will-change: transform;
    transition: transform 0.6s ease;
}

.bignumber__logos-row {
    display: flex;
    align-items: center;
    gap: 64px;
    padding: 16px 0;
}

.bignumber__fade {
    position: absolute;
    inset: 0;
    height: 155px;
    background-image: linear-gradient(90deg,
            rgb(250, 250, 250) 6.8582%,
            rgba(250, 250, 250, 0.4) 12.57%,
            rgba(250, 250, 250, 0) 46.635%,
            rgba(250, 250, 250, 0.4) 87.019%,
            rgb(250, 250, 250) 92.221%);
    pointer-events: none;
}

.logo--greenlegis {
    width: 170px;
    height: 41px;
}

.logo--einstein {
    width: 86px;
    height: 56px;
    object-fit: contain;
}

.logo--banco {
    width: 101px;
    height: 55px;
    object-fit: contain;
}

.logo--petronas {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 123px;
    height: 46px;
}

.logo--petronas img:first-child {
    width: 40px;
    height: 46px;
}

.logo--petronas img:last-child {
    width: 84px;
    height: 11px;
}

.logo--esgas {
    width: 140px;
    height: 55px;
    object-fit: contain;
}

.logo--mrv {
    width: 135px;
    height: 63px;
    object-fit: contain;
}

.logo--dell {
    width: 51px;
    height: 51px;
}

.logo--ascenty {
    width: 108px;
    height: 26px;
    object-fit: contain;
}

.logo--hyundai {
    width: 84px;
    height: 49px;
}

.logo--camargo {
    width: 74px;
    height: 62px;
    object-fit: contain;
}

.logo--image3 {
    width: 99px;
    height: 59px;
    object-fit: contain;
}

.logo--image4 {
    width: 172px;
    height: 58px;
    object-fit: contain;
}

@media (min-width: 800px) {
    .bignumber {
        align-items: center;
    }

    .bignumber__heading {
        text-align: center;
    }

    .bignumber__eyebrow {
        font-size: 16px;
        line-height: 22px;
    }

    .bignumber__title {
        font-size: 32px;
        line-height: 40px;
    }
}

@media (min-width: 1440px) {
    .bignumber__title {
        font-size: 40px;
        line-height: 52px;
    }
}