
/* features */

.dig_features {
    position: relative;
    z-index: 2;
}

.dig_features .dig_featuresBg {
    height: 100vh;
    position: sticky;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.dig_features .dig_featuresContent {
    margin-top: -100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dig_features .dig_featuresBox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: sticky;
    top: 106px;
    height: calc(100vh - 106px);
    width: 1280px;
}

.dig_features .dig_featuresTitle {
    height: 600px;
    padding: 140px 48px 50px 0;
    flex: 1;
}

.dig_features .dig_featuresTitle>h2 {
    font-size: 60px;
    color: #000;
    line-height: 80px;
    font-weight: 700;
    word-break: break-word;
}

.dig_features .dig_featuresCard {
    padding: 40px;
    display: flex;
    /* background: #212123; */
    /* background: #F2F1EB; */
    background: #8b071f;
    margin: 140px 0 50px 0;
    width: 540px;
    min-height: 500px;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    word-break: break-word;
    flex-shrink: 0;
}

.dig_features .dig_featuresCard>h2 {
    font-size: 40px;
    color: #ffffff;
    line-height: 60px;
    margin-top: 48px;
    margin-bottom: 24px;
    font-weight: 700;
}

.dig_features .dig_featuresCard>p {
    font-size: 24px;
    color: #ffffff;
}

.dig_features .dig_featuresCard img {
    /* width: 96px;
    height: 96px; */
    width: 40%;
    padding-bottom: 20px;
}

@media screen and (max-width: 1440px) {
    .dig_features .dig_featuresBox {
        width: 100%;
        padding: 0 80px;
    }

    .dig_features .dig_featuresTitle>h2 {
        width: 640px;
    }

    .dig_features .dig_featuresCard {
        padding: 32px;
        width: 480px;
    }
}

@media screen and (max-width: 1280px) {
    .dig_features .dig_featuresTitle>h2 {
        font-size: 48px;
        line-height: 60px;
        width: auto;
    }

    .dig_features .dig_featuresCard {
        width: 400px;
    }

    .dig_features .dig_featuresCard>h2 {
        font-size: 32px;
        line-height: 50px;
        margin-top: 32px;
        margin-bottom: 16px;
    }

    .dig_features .dig_featuresCard>p {
        font-size: 16px;
        color: #ffffff;
    }

    .dig_features .dig_featuresCard img {
        /* width: 80px;
        height: 80px; */

        width: 40%;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .dig_features .dig_featuresBox {
        padding: 0 24px;
    }

    .dig_features .dig_featuresTitle {
        padding: 140px 32px 50px 0;
    }

    .dig_features .dig_featuresTitle>h2 {
        font-size: 44px;
        line-height: 50px;
        width: auto;
    }

    .dig_features .dig_featuresBox {
        top: 48px;
        height: calc(100vh - 48px);
    }

    .dig_features .dig_featuresCard {
        width: 320px;
        margin: 140px 0 50px 32px;
    }

    .dig_features .dig_featuresCard>h2 {
        font-size: 32px;
        line-height: 50px;
        margin-top: 32px;
        margin-bottom: 16px;
    }

    .dig_features .dig_featuresCard>p {
        font-size: 16px;
    }

    .dig_features .dig_featuresCard img {
        /* width: 80px;
        height: 80px; */

        width: 40%;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 768px) {
    .dig_features .dig_featuresBox {
        padding: 0 12px;
    }

    .dig_features .dig_featuresTitle {
        padding: 80px 4px 50px 0;
    }

    .dig_features .dig_featuresTitle>h2 {
        font-size: 26px;
        line-height: 30px;
        width: auto;
        max-width: 400px;
        word-break: break-word;
    }

    .dig_features .dig_featuresCard {
        width: 180px;
        min-height: 215px;
        margin: 80px 0 50px 0;
        padding: 16px 12px;
        flex-shrink: 0;
        word-break: break-word;
    }

    html[data-region='cn'] .dig_features .dig_featuresCard{
        width: 192px;
        min-height: 242px;
        padding: 20px 12px 36px;
        padding-top: 0;
    }

    .dig_features .dig_featuresCard>h2 {
        font-size: 20px;
        line-height: 24px;
        margin-top: 16px;
        margin-bottom: 12px;
    }

    html[data-region='cn'] .dig_features .dig_featuresCard>h2{
        margin-top: 0;
    }

    html[data-region='cn'] .dig_features .dig_featuresCard>p {
        position: relative;
    }

    html[data-region='cn'] .dig_features .dig_featuresCard>p span{
        position: absolute;
        width: 100%;
        padding-left: 0.2em;
    }

    .dig_features .dig_featuresCard img {
        /* width: 24px;
        height: 24px; */

        width: 40%;
        padding-bottom: 20px;
    }

    html[data-region='cn'] .dig_features .dig_featuresCard img{
        width: 32px;
        height: 32px;
    }
}


@media screen and (max-width: 1440px) and (min-width: 768px) and (orientation: landscape){
html[data-region='se'] .dig_features .dig_featuresCard, html[data-region='pl'] .dig_features .dig_featuresCard, html[data-region='en'] .dig_features .dig_featuresCard {
    width: 500px;
    padding: 20px;
    margin: 70px 0 50px 0;
    min-height: 400px;
}
}



.dig_features .dig_featuresTitle>h2 {

    color: #000 !important;

}
