.section-platform {
    padding-top: 180px;
    padding-bottom: 90px;
    width: 100%;
    float: left;
}
.section-platform.analytics-page{
    padding-top: 36px;
}
.section-platform .page-width {
    max-width: 1366px;
    padding: 0 64px;
    width: 100%;
    margin: auto;
}

.section-platform .title {
    font-weight: 600 !important;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -1px;
    color: #121212;
}

.section-platform .subtitle {
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -1px;
    color: #888888;
    margin-bottom: 56px;
}

.platform-rows-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
}

.platform-row {
    background: #121212;
    border-bottom: 1px solid #2A2A2B;
    border-right: 1px solid #2A2A2B;
    transition: background .5s cubic-bezier(0.22, 1, 0.36, 1) 0s;
    width: 100%;
    float: left;
    display: flex;
    /*min-height: 238px;*/
}

.platform-row:nth-of-type(even) {
    border-right: none;
}

.platform-row .column {
    /*padding: 48px 40px;*/
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    background-color: #fff;
    background-position: bottom right;
}

.platform-row .column:before {
    content: '';
    position: absolute;
    left: 0;
    /*right: 0;*/
    top: 0;
    bottom: 0;
    width: 230%;
    background: linear-gradient(108.57deg, #121212 47.97%, rgba(18, 18, 18, .6) 99.45%);
    transform: translateX(0);
    transition: transform .5s;
}

.platform-row .column:hover:before {
    background: linear-gradient(108.57deg, #121212 47.97%, rgba(18, 18, 18, 0.6) 99.45%);
    /*transform-origin: 0% 0%;*/
    transform: translateX(calc(-43%));

}

.platform-row .column:hover .card-text {
    color: #fff;
}

.platform-row .column:hover .card-title {
    background: linear-gradient(#3CFECF,#3CFECF);
    -webkit-text-fill-color: transparent;
    width: max-content;
    background-clip: text;
    -webkit-background-clip: text;
}

.platform-row .column a {
    display: block;
    z-index: 12;
    position: relative;
    text-decoration: none;
    padding: 48px 40px;
}

.platform-row:last-of-type, .platform-row:nth-last-of-type(2) {
    border-bottom: none;
}

.platform-row .card-title {
    font-weight: 900;
    font-size: 72px;
    line-height: 64px;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #FFFFFF;
    max-width: 420px;

    transition: color .5s cubic-bezier(0.22, 1, 0.36, 1) 0s;
}

.platform-row .card-text {
    font-size: 16px;
    line-height: 26px;
    color: #888888;
    max-width: 420px;
    transition: color .5s cubic-bezier(0.22, 1, 0.36, 1) 0s;
}

.player-page.section-platform {
    padding-top: 36px;
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .section-platform {
        padding: 180px 0 90px;
    }

    .section-platform .subtitle {
        margin-bottom: 48px;
    }

    .platform-row .card-title {
        font-size: 64px;
        line-height: 64px;
        margin-bottom: 16px;
    }

    .platform-row .card-text {
        max-width: 370px;
    }

    .platform-row .column a {
        padding: 40px;
    }

}

@media (min-width: 768px) and (max-width: 1023px) {
    .platform-rows-container {
        grid-template-columns: repeat(1, 1fr);
        width: 100%;
    }
    .section-platform {
        padding-top: 130px;
        padding-bottom: 70px;
    }

    .section-platform .title {
        font-size: 40px;
        line-height: 48px;
        letter-spacing: -1px;
    }

    .section-platform .subtitle {
        margin-bottom: 48px;
        font-size: 40px;
        line-height: 48px;
    }

    .platform-row {
        width: 100%;
        border-right: none;
    }

    .platform-row .card-title {
        font-size: 64px;
        line-height: 64px;
        margin-bottom: 8px;
    }

    .platform-row .card-text {
        max-width: 430px;
    }

    .platform-row .column {
        background-size: cover;
    }

    .platform-row .column a {
        padding: 40px;
    }

    .section-platform .page-width {
        padding: 0 32px;
    }

    .platform-row:nth-last-of-type(2) {
        border-bottom: 1px solid #2A2A2B;
    }
}

@media screen and (max-width: 767px) {
    .platform-rows-container {
        grid-template-columns: repeat(1, 1fr);
        width: 100%;
    }
    .section-platform {
        padding-top: 80px;
        padding-bottom: 40px;
    }
.player-page.section-platform{
     padding-top: 80px;
     padding-bottom: 40px;
 }
    .section-platform .title {
        font-size: 36px;
        line-height: 40px;
        letter-spacing: -1px;
    }

    .section-platform .subtitle {
        margin-bottom: 40px;
        font-size: 36px;
        line-height: 40px;
    }

    .platform-row {
        width: 100%;
        border-right: none;
    }

    .platform-row .card-title {
        font-size: 40px;
        line-height: 56px;
        margin-bottom: 0;
    }

    .platform-row .card-text {
        max-width: 290px;
        font-size: 14px;
        line-height: 22px;
    }

    .platform-row .column {
        background-size: cover;
    }

    .platform-row .column a {
        padding: 32px 24px;
    }

    .section-platform .page-width {
        padding: 0 20px;
    }

    .platform-row:nth-last-of-type(2) {
        border-bottom: 1px solid #2A2A2B;
    }
    .section-platform.analytics-page{
        padding-top: 80px;
    }
}