.cryptocurrencies {
    margin-top: 100px;
}

.cryptocurrencies__container {
    max-width: 1440px;
    margin: 0 auto;
}

.cryptocurrencies__title {
    font-weight: 600;
    font-size: 37px;
    line-height: 47px;
    text-align: center;
    padding: 0 24px;
}

.cryptocurrencies__title span {
    background-color: #0B0A1B;
    padding: 10px;
    margin: 0 5px;
}

.cryptocurrencies__arrow {
    text-align: center;
    margin: 30px 0 25px 0;
}

/*style for infinity animation*/

.cryptocurrencies__coins {
    width: 100%;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 15%, black 85%, transparent 100%);
}

.cryptocurrencies__coins-track {
    display: flex;
}

.cryptocurrencies__coins-track img {
    width: 2876px;
    height: 139px;
}

#track-one {
    animation: scrollCoins 40s linear infinite;
    /*transform: translateX(-217px);*/
}

@keyframes scrollCoins {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(var(--x));
        /* --x = width elements + column-gap * elements in partners__cards-track */
    }
}

/*style for infinity animation*/

@media (max-width: 500px) {
    .cryptocurrencies__title {
        display: flex;
        flex-direction: column;
        align-items: center;
        row-gap: 3px;
        padding: 0 18px;
    }

    .cryptocurrencies__title span {
        width: fit-content;
    }
}
/*
     FILE ARCHIVED ON 15:19:54 Apr 21, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 23:06:19 May 18, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.808
  exclusion.robots: 0.086
  exclusion.robots.policy: 0.075
  esindex: 0.01
  cdx.remote: 7.273
  LoadShardBlock: 176.219 (3)
  PetaboxLoader3.datanode: 47.998 (4)
  PetaboxLoader3.resolve: 202.101 (3)
  load_resource: 129.806
*/