.mds-page-wrapper{
    background-color:black;
    color:#e3f0d7;
    overflow:hidden;
}

.mds-gradient-wrapper1{
    background: linear-gradient(
            0deg, #ff4b4b, transparent);
}
.mds-sm-subtitle{
    margin-bottom:var(--text-margin);
    color:#b9ff76;
    font-size:var(--text-size-desc);
    font-weight: var(--font-weight-desc);
}
.mds-legacy-title-span{
    color:#ff944d;
}
.mds-legacy-desc-span{
    color:#ff944d;
}
.mds-text-wrapper{
    margin-bottom:0;
}
.mkt-support-offer-wrap{
    display: flex;
    flex-direction: column;
    margin: 5% 0%;
}
.mkt-support-wrapper{
    margin-top:5%;
}
.mkt-support{
}
.mkt-support-offer-icon{
    width: 8rem;
    margin-right: 4%;
    height: 8rem;
    border: 3px solid #343434;
    border-radius: 40px;
    padding: 0rem;
    background: #171717;
    align-content: center;
}
.mkt-support-offer{display: flex;flex-direction: row;align-content: center;align-items: center;padding: 2% 2%;background: #000000;border-radius: 58px;border: 4px solid #484e41;margin: 2% 0%;}
.mkt-support-offer-title{
    font-size:var(--text-size-desc);
    font-weight: 500;
}
.pp-title{
    font-weight: 600;
    line-height:var(--line-height-title);
    font-size: var(--text-size-subtitle);
}
.pp-shape-div-bottom{

}

.mds-sm-platform-grid-wrapper{
    margin:0;
}
@media (min-width: 1024px){

    .mds-sm-section-wrapper{
        background: #0000006e;
    }
    .mds-page-wrapper{
        background-color:black;
        color:#e3f0d7;
        overflow:hidden;
    }
    .mds-gradient-wrapper1{
        background: linear-gradient(0deg, #000000, #192b26, #3c4b2c, #000000);
    }
    .mds-sm-subtitle{
        margin-bottom: 2rem;
        color:#b9ff76;
        font-size: 2rem;
        font-weight: var(--font-weight-desc);
        padding: 1rem 2rem;
        background: #a7fc471c;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
        border-radius: 40px;
    }
    .mds-legacy-title-span{
        color:#ff944d;
    }
    .mds-legacy-desc-span{
        color:#ff944d;
    }
    .mds-text-wrapper{
        margin-bottom:0;
    }
    .mkt-support-offer-wrap{
        display: flex;
        flex-direction: column;
        margin: 2rem 0;
    }
    .mkt-support-wrapper{
        margin-top: 0;
    }
    .mkt-support{
    }
    .mkt-support-offer-icon{
        width: 4rem;
        margin-right: 4%;
        height: 4rem;
        border: 3px solid #73816747;
        border-radius: 20px;
        padding: 0%;
        background: #171717;
        align-content: center;
    }
    .mkt-support-offer{display: flex;flex-direction: row;align-content: center;align-items: center;padding: 2% 2%;background: #000000;border-radius: 40px;border: 4px solid #73816757;margin: 1% 0%;}
    .mkt-support-offer-title{
        font-size: 1.5rem;
        font-weight: 500;
    }
    .pp-title{
        font-weight: 600;
        line-height:var(--line-height-title);
        font-size: var(--text-size-subtitle);
        width: 64%;
    }
    .pp-shape-div-bottom{

    }

    .mds-sm-platform-grid-wrapper{
        margin:0;
    }
}
