.prtf-sechui {
    background-color: white;
    border-radius: 24px;
    height: auto;
    padding: 160px 0px;
    position: relative;
}

.prtfsc-animline {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
}

.prtf-crelcon {
    position: relative;
}

.prtf-hert1 {
    display: flex;
    flex-direction: column;
    gap: 20px 0px;
    text-align: center;
    text-align: -webkit-center;
}

.prtf-hert1 h1 {
    font-family: DM Sans;
    font-weight: 500;
    font-size: 96px;
    line-height: 96px;
    margin: 0 !important;
    position: relative;
    color: #272838;
}

.prtf-hert1 h1 span {
    position: relative;
}

.prtf-hert1 h1 span {
    background: linear-gradient(270deg, #0DC488 0%, #272838 30.29%, #272838 100%);

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

    background-clip: text;
    color: transparent;
}

.prtf-para {
    font-family: DM Sans;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #6B687B;
}

.prtf-seccontainer {
    margin: auto;
    display: flex;
    gap: 40px 24px;
    margin-top: 80px;
    flex-wrap: wrap;
    max-width: 1464px !important;
    justify-content: center;
}

.prtf-scjio {
    width: 472px;
    height: 276px;
    border-radius: 12px;
    background-color: #DBDCF0;
    overflow: hidden;
}

.prtf-scjio img, .prtf-scjio video{
    height: 100%;
    width: 100%;
    object-fit: cover;
    cursor: pointer;
}

.prtf-blinewj {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 0px 10px;
}

.prtf-imater {
    height: 48px;
    width: 48px;
    border-radius: 100%;
    overflow: hidden;
    border: #FAC458 solid 1.5px;
}

.prtf-imater img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.prtusn-bre {
    font-family: DM Sans;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #272838;
    gap: 4px;
    display: flex;
    align-items: center;
}

.pritccw-seciu {
    margin-top: 2px;
    font-family: DM Sans;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
}

@media only screen and (max-width: 500px) {
    .prtf-csec1,
    .prtf-scjio {
        width: -webkit-fill-available;
    }

    .prtfsc-animline{
        display: none !important;
    }

    .prtf-seccontainer{
        /* padding: 0px 10px; */
        margin-top: 40px;
        gap: 30px 24px;
    }

    .prtf-sechui{
        padding: 84px 10px !important;
    }

    .prtf-para{
        font-size: 18px;
        line-height: 28px;
    }
}