.section-platform-embed {
    padding-top: 90px;
    padding-bottom: 90px;
    width: 100%;
    float: left;
    background-color: #121212;
    margin-bottom: -1px;
    position: relative;
    z-index: 1;
}

.section-platform-embed .page-width {
    max-width: 1366px;
    padding: 0 64px;
    width: 100%;
    margin: auto;
}

.section-platform-embed .title {
    font-weight: 600 !important;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -1px;
    color: #121212;
}

.section-platform-embed .subtitle {
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -1px;
    color: #888888;
    margin-bottom: 56px;
}

.platform-row-embeds-container {
    display: flex;
    width: 100%;
}

.platform-row-embed {
    background: #121212;
    border: 1px solid #3e3e3e;
    transition: background .5s cubic-bezier(0.22, 1, 0.36, 1) 0s;
    width: 100%;
    float: left;
    display: flex;

}

.platform-row-embed .column {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    padding: 48px 48px 28px;
    background-color: #fff;
    background-position: right;
}

.platform-row-embed .column:before {
    content: '';
    position: absolute;
    left: 0;
    /*right: 0;*/
    top: 0;
    bottom: 0;
    width: 230%;
    background: linear-gradient(108.57deg, #121212 47.97%, rgba(31, 31, 31, .6) 99.45%);
    transform: translateX(0);
    transition: transform .5s;
}

.platform-row-embed .column:hover:before {
    transform: translateX(calc(-40%));
}

.platform-row-embed .column:hover .card-text {
    color: #fff;

}

.platform-row-embed .card-subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #79E1BE;
    margin-bottom: 15px;
    position: relative;
}

/*.platform-row-embed .column .card-title .color-txt {*/
    /*background: linear-gradient(277.18deg, #7BE8C9 38.73%, #B9F7D8 55.72%, #FF6251 99.13%);*/
    /*-webkit-text-fill-color: transparent;*/
    /*width: max-content;*/
    /*background-clip: text;*/
    /*-webkit-background-clip: text;*/
/*}*/

.platform-row-embed .column a.btn-outline {
    display: flex;
    z-index: 12;
    position: relative;
    text-decoration: none;
    width: 350px;
    height: 48px;
    border: 2px solid #FFFFFF;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 12px 20px;
    border-radius: 0;
    margin: 0 0 20px 0;
}
.platform-row-embed a.btn-outline{
    border-color: #fff;
    margin-bottom: 17px;
    margin-top: 6px;
    transition: background 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0s, border-color 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0s;
}
.platform-row-embed a.btn-outline .icon{
    opacity: 0;
    width: 0;
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0s;

    margin-top: -2px;
}

.platform-row-embed a.btn-outline:hover{
    border-color: #fff;
    background: #fff;
    color: #121212;
}
.platform-row-embed .btn.btn-outline:hover svg path{
    fill:#121212;
    stroke: none;
}
.platform-row-embed a.btn-outline:hover .icon{
    opacity: 1;
    width: 16px;
    margin-left: 8px;
}

.platform-row-embed .card-title {
    font-weight: 900;
    font-size: 72px;
    line-height: 64px;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #ffffff ;
    max-width: 883px;
    transition: color .5s cubic-bezier(0.22, 1, 0.36, 1) 0s;
    position: relative;
}
.platform-row-embed .card-title .color-txt{
    color: #3CFECF;
}

.platform-row-embed .card-text {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    max-width: 800px;
    transition: color .5s cubic-bezier(0.22, 1, 0.36, 1) 0s;
    position: relative;
}
.platform-row-embed .card-text ul{
    list-style: none;
    margin: 0;
    padding: 0;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
.platform-row-embed .card-text ul li{
    margin-bottom: 20px;
    display: flex;
}
.platform-row-embed .card-text ul li:nth-of-type(1),.platform-row-embed .card-text ul li:nth-of-type(2),.platform-row-embed .card-text ul li:nth-of-type(3){
    margin-right: 60px;
}
.platform-row-embed .card-text ul li svg{
    margin-right: 12px;
}
.platform-row-embed .flex-box-bottom{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 48px;
    align-items: flex-end;
}
@media (min-width: 1024px) and (max-width: 1200px) {
    .section-platform-embed {
        padding: 82px 0 90px;
    }

    .section-platform-embed .subtitle {
        margin-bottom: 48px;
    }

    .platform-row-embed .card-title {
        font-size: 64px;
        line-height: 64px;
        margin-bottom: 16px;
    }

    .platform-row-embed .card-text {
        max-width: 370px;
    }

    .platform-row-embed .column a {
        padding: 40px;
    }
    .platform-row-embed .card-text ul{
        column-count: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {

    .section-platform-embed {
        padding-top: 20px;
        padding-bottom: 70px;
    }

    .section-platform-embed .title {
        font-size: 40px;
        line-height: 48px;
        letter-spacing: -1px;
    }

    .section-platform-embed .subtitle {
        margin-bottom: 48px;
        font-size: 40px;
        line-height: 48px;
    }

    .platform-row-embed {
        width: 100%;
    }

    .platform-row-embed .card-title {
        font-size: 51px;
        line-height: 56px;
        margin-bottom: 8px;
    }

    .platform-row-embed .card-text {
        max-width: 630px;
        margin-bottom: 20px;
    }

    .platform-row-embed .column {
        background-size: contain;
        padding: 40px 40px 20px;
    }
    .platform-row-embed .flex-box-bottom{
        flex-direction: column;
        justify-content: flex-start;
        margin-top: 40px;
        align-items: flex-start;
    }
    .section-platform-embed .page-width {
        padding: 0 32px;
    }
    .platform-row-embed .card-text ul{
        column-count: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }

}

@media screen and (max-width: 767px) {
    .section-platform-embed {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .section-platform-embed .title {
        font-size: 36px;
        line-height: 40px;
        letter-spacing: -1px;
    }

    .section-platform-embed .subtitle {
        margin-bottom: 40px;
        font-size: 48px;
        line-height: 40px;
    }

    .platform-row-embed {
        width: 100%;
    }

    .platform-row-embed .card-title {
        font-size: 48px;
        line-height: 40px;
        margin-bottom: 0;
    }

    .platform-row-embed .card-text {
        max-width: 290px;
        font-size: 14px;
        line-height: 22px;
    }

    .platform-row-embed .column {
        background-size: contain;
        padding: 48px 24px 20px;
    }


    .section-platform-embed .page-width {
        padding: 0 20px;
    }

    .platform-row-embed .card-text ul{
        column-count: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
    .platform-row-embed .flex-box-bottom{
        flex-direction: column;
        justify-content: flex-start;
        margin-top: 40px;
        align-items: flex-start;
    }
    .platform-row-embed .card-text {
        margin-bottom: 20px;
    }
    .platform-row-embed .column a.btn-outline{
        width: 100%;
        font-size: 15px;
    }
    .platform-row-embed .column a.btn-outline .icon{
        display: none;
    }
}