.net {
    padding-top: 90px;
    min-height: calc(100dvh - var(--header-height));
    background: url('../media/net/bg.webp') center / cover no-repeat;
}

.net__heading {
    text-align: center;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.net__marquee--top {
    margin-bottom: 35px;
}

.net__marquee-item {
    display: flex;
    width: max-content;
    align-items: center;
    margin-right: 20px;
    gap: 10px;
}

@media screen and (max-width: 1141px) {
    .net {
        padding-top: 60px;
    }

    .net__heading {
        gap: 6px;
        margin-bottom: 30px;
    }
}