.sc-hiwcont {
    margin: auto;
    border-radius: 24px;
    background-color: #272838;
    margin-top: 4px;
    min-height: 840px;
    max-width: 1920px;
    position: relative;
    overflow: hidden;
}

.sc-hiwcont::before {
    content: "";
    position: absolute;
    inset: 0;
    background-position: top right;
    background-image: url("/assets/v8/hiw-bg.png");
    background-repeat: no-repeat;
    opacity: 0.24;
}

.schiw-scvfha{
    display: flex;
    margin: auto;
    margin-top: 80px;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: DM Sans;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    gap: 8px;
    border-bottom: white solid 1px;
    width: fit-content;
}

.schiw-h1sc {
    font-family: DM Sans;
    font-weight: 500;
    font-size: 96px;
    line-height: 96px;
    text-align: center;
    color: white;
}

.schiw-h1sc span {
    background: linear-gradient(270deg, #0DC488 0%, #FFFFFF 60.29%, #FFFFFF 100%);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    background-clip: text;
    color: transparent;
}

.scpsa-str {
    position: absolute;
}

.sccont-prcnd {
    position: relative;
    background-color: transparent;
    padding-top: 160px;
}

.schiw-ewico {
    display: flex;
    gap: 0px 20px;
    align-items: center;
    color: #6B687B;
    font-family: DM Sans;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
}

.schiw-h1 {
    font-family: DM Sans;
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
    color: white;
}

.schiw-h1 span {
    background: linear-gradient(270deg, #0DC488 0%, #FFFFFF 60.29%, #FFFFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    background-clip: text;
    color: transparent;
}

.schwie-para {
    font-family: DM Sans;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: #9F9BB7;
}

.schiw-box{
    max-width: 360px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.schiwe-flexrt{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 80px;
}

@media only screen and (max-width: 500px) {
    .schiw-h1sc{
        font-size: 40px !important;
        line-height: 45px;        
    }
    .schiwe-flexrt{
        gap: 40px 0px;
    }
    .sccont-prcnd{
        padding: 84px 0px !important;
    }
    .scpsa-str{
        bottom: 0;
        bottom: 0;
        top: 0;
        height: -webkit-fill-available;
        width: max-content;
    }
    .sc-hiwcont::before{
        display: none !important;
    }
}