.banner{
    background-color: #D9D9D9;
}
.banner img{
    width: 100%;
    height: 100%;
}
/* HOME PAGE START */
.netzero-home{
    padding-top: 40px;
    padding-bottom:40px;
}
.netzero-home>*:nth-last-child(n+2){
    margin-bottom: 40px;
}
.netzero-home .hero-wrapper{
    display: flex;
    flex-wrap: wrap;
}
.netzero-home .hero-wrapper .left{
    width: calc(75.96% - 12px);
    margin-right: 24px;
    display: flex;
    flex-wrap: wrap;
}
.netzero-home .hero-wrapper .left >*:first-child{
    display: flex;
    width: 100%;
    margin-bottom: 24px;
}
.netzero-home .hero-wrapper .left >*:first-child .story-title{
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
}

    .netzero-home .hero-wrapper .left > *:first-child .story-title a{
        font-weight: 800;
    }

.netzero-home .hero-wrapper .left >*:first-child .story-thumb{
    width: 55.48%;
    margin-right: 24px;
    margin-bottom: 0px;
}
.netzero-home .hero-wrapper .left >*:first-child .story-info{
    flex: 1;
    border-bottom: 1px solid #E4E4E4;
}
.netzero-home .hero-wrapper .left >*:first-child .story-description{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 5;
}
.netzero-home .hero-wrapper .left >*:nth-child(n+2){
    width: calc((100% / 3) - 16px);
}
.netzero-home .hero-wrapper .left > *:nth-child(n+2) .story-description{
    display:none;
}
.netzero-home .hero-wrapper .left > *:nth-child(n+2) .story-title {
    font-size: 20px;
    line-height: 24px;
}
.netzero-home .hero-wrapper .left >*:nth-child(n+2):nth-last-child(n+2){
    margin-right: 24px;
}
.netzero-home .hero-wrapper .right{
    width: calc(24.03% - 12px);
    display: flex;
    flex-direction: column;
}
.netzero-home .hero-wrapper .right .story-thumb{
    display: none;
}
.netzero-home .hero-wrapper .right .banner{
    width: 100%;
    flex: 1;
    margin-bottom: 8px;
}
.netzero-home .hero-wrapper .right >*:nth-child(n+2):nth-last-child(n+2){
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #E4E4E4;
}
.netzero-home .hero-wrapper .banner >*{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.netzero-home .hero-wrapper .main-banner{
    width: 100%;
    margin-top: 20px;
    max-height: 300px;
}
.netzero-home .hero-wrapper .main-banner .banner{
    height: 100%;
}
.netzero-home .cate-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #303030;
    padding-bottom: 8px;
    margin-bottom: 24px;
}
.netzero-home .cate-header .name-wrap{
    display: flex;
    align-items: center;
}
.netzero-home .cate-header .bar{
    display: inline-block;
    width: 8px;
    height: 26px;
    background-color: var(--Netzero, #54C5D0);
}
.netzero-home .cate-header .name{
    font-family: Inter;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    margin-left: 8px;
    margin-bottom: 0px;
}
.netzero-home .more{
    display: flex;
    align-items: center;
}
.netzero-home .more .text{
    margin-right: 8px;
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #2C2C2C;
}
.netzero-home .multimedia-wrapper{
    background-color: #F4F4F4;
    padding: 24px 0;
}
.netzero-home .multimedia-wrapper .cate-header{
    border-color: #ffffff;
}
.netzero-home .multimedia-wrapper .story-thumb .play-btn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.netzero-home .multimedia-wrapper .story-thumb .play-btn svg{
    width: 40px;
    height: 40px;
}
.netzero-home .multimedia-wrapper .list{
    display: flex;
    flex-wrap: wrap;
}
.netzero-home .multimedia-wrapper .list>*:first-child .story-thumb .play-btn svg{
    width: 60px;
    height: 60px;
}
.netzero-home .multimedia-wrapper .list>*:first-child{
    display: flex;
    margin-bottom: 24px;
}
.netzero-home .multimedia-wrapper .list>*:first-child .story-thumb{
    width: 67.30%;
    margin-bottom: 0px;
    margin-right: 24px;
}
.netzero-home .multimedia-wrapper .list>*:first-child .story-title{
    font-size: 32px;
    line-height: 40px;
}
.netzero-home .multimedia-wrapper .list>*:first-child .story-info{
    flex: 1;
}
.netzero-home .multimedia-wrapper .list>*:nth-child(n+2){
    width: calc((100% / 4) - 18px);
}
.netzero-home .multimedia-wrapper .list>*:nth-child(n+2) .story-title{
    font-size: 20px;
    line-height: 24px;
}
    .netzero-home .multimedia-wrapper .list > *:nth-child(n+2) .story-description {
        display:none;
    }
.netzero-home .multimedia-wrapper .list>*:nth-child(n+2):nth-last-child(n+2){
    margin-right: 24px;
}
.netzero-home .sidecol-wrapper{
    display: flex;
}
.netzero-home .sidecol-wrapper .left{
    width: calc(76% - 24px);
    margin-right: 24px;
}
.netzero-home .sidecol-wrapper .left .list{
    display: flex;
}
.netzero-home .sidecol-wrapper .left .list>*{
    width: calc((100% / 3) - 16px);
}
.netzero-home .sidecol-wrapper .left .list>*:nth-last-child(n+2){
    margin-right: 24px;
}
.netzero-home .sidecol-wrapper .left .list .col>*:first-child .story-title{
    font-family: Inter;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}
.netzero-home .sidecol-wrapper .left .list .col>*:nth-child(n+2){
    display: flex;
}
    .netzero-home .sidecol-wrapper .left .list .col > *:nth-child(n+2) .story-description{
        display:none;
    }
    .netzero-home .sidecol-wrapper .left .list .col > *:nth-child(n+2) .story-thumb {
        width: 49%;
        min-width: 143px;
        margin-bottom: 0px;
        margin-right: 8px;
    }
.netzero-home .sidecol-wrapper .left .list .col>*:nth-child(n+2) .story-info{
    flex: 1;
}
.netzero-home .sidecol-wrapper .left .list .col>*:nth-last-child(n+2){
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #E4E4E4;
}
    .netzero-home .sidecol-wrapper .left .list .col > *:first-child{
        height:347px;
    }
    .netzero-home .sidecol-wrapper .left .list .col > *:nth-child(n+2){
        height:105px;
    }
    .netzero-home .sidecol-wrapper .left .list > * .story-description,
    .netzero-home .sidecol-wrapper .right .story-description {
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 2;
    }
.netzero-home .sidecol-wrapper .right{
    flex: 1;
}
.netzero-home .sidecol-wrapper .right .story-title{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
.netzero-home .sidecol-wrapper .right .list>*:nth-last-child(n+2){
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #E4E4E4;
}
.netzero-home .fullwidth-wrapper .list{
    display: flex;
}
.netzero-home .fullwidth-wrapper .list>*{
    width: calc((100% / 4) - 18px);
}
.netzero-home .fullwidth-wrapper .list>*:nth-last-child(n+2){
    margin-right: 24px;
}
.netzero-home >.banner{
    height: 222px;
}
.netzero-home >.banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.netzero-home .equal-wrapper .eq-col .list{
    display: flex;
    flex-wrap: wrap;
}
.netzero-home .equal-wrapper,
.netzero-home .equal-wrapper .eq-col .list>*:first-child{
    display: flex;
    justify-content: space-between;
}
.netzero-home .equal-wrapper .eq-col,
.netzero-home .equal-wrapper .eq-col .list>*:first-child>*,
.netzero-home .equal-wrapper .eq-col .list>*:nth-child(n+2){
    width: calc((100% / 2) - 12px);
}
    .netzero-home .equal-wrapper .eq-col .list > *:nth-child(n+2) {
        display: flex;
        height:104px;
    }
    .netzero-home .equal-wrapper .eq-col .list > *:nth-child(n+2) .story-thumb{
        width:49%;
        margin-bottom:0;
        margin-right:8px;
    }
        .netzero-home .equal-wrapper .eq-col .list > *:nth-child(n+2) .story-info {
            flex:1;
        }
    .netzero-home .equal-wrapper .eq-col .list > *:nth-child(n+2) .story-description{
        display:none;
    }
    .netzero-home .equal-wrapper .eq-col .list > *:first-child .story-description {
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 2;
    }
.netzero-home .equal-wrapper .eq-col .list>*:first-child{
    margin-bottom: 16px;
}
.netzero-home .equal-wrapper .eq-col .list>*:first-child .story-title{
    font-size: 20px;
    line-height: 24px;
}
.netzero-home .equal-wrapper .eq-col .list>*:first-child .story-thumb{
    margin-bottom: 0px;
}
.netzero-home .equal-wrapper .eq-col .list>*:first-child .story-info{
    border-bottom: 1px solid #E4E4E4;
}
.netzero-home .equal-wrapper .eq-col .list>*:nth-child(even){
    margin-right: 24px;
}
.netzero-home .equal-wrapper .eq-col .list>*:nth-child(n+2):nth-last-child(n+3){
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #E4E4E4;
}
.netzero-home .three-col{
    display: flex;
}
.netzero-home .three-col>*:nth-last-child(n+3){
    margin-right: 24px;
}
.netzero-home .three-col .left{
    width: calc(50% - 12px);
}
.netzero-home .three-col .left .list{
    display: flex;
    justify-content: space-between;
}
.netzero-home .three-col .left .eq-col{
    width: calc((100% / 2) - 12px);
}
.netzero-home .three-col .left .list>*:first-child .story-title{
    font-size: 20px;
    line-height: 24px;
}
.netzero-home .three-col .left .list>*:first-child .story-description{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
.netzero-home .three-col .left .list>*:last-child >*{
    display: flex;
}
.netzero-home .three-col .left .list>*:last-child >* .story-thumb{
    width: 48%;
    min-width: 142px;
    margin-right: 8px;
    margin-bottom: 0px;
}
.netzero-home .three-col .left .list>*:last-child >*:nth-last-child(n+2){
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #E4E4E4;
}
.netzero-home .three-col .mid .list >*{
    display: flex;
}
.netzero-home .three-col .mid .list >* .story-thumb{
    width: 36px;
    margin-bottom: 0px;
    margin-right: 8px;
}
.netzero-home .three-col .mid .list >* .story-info{
    flex: 1;
}
.netzero-home .three-col .mid .list >* .story-title{
    margin-bottom: 0px;
}
.netzero-home .three-col .mid .list >* .story-title >*{
    -webkit-line-clamp: 4;
}   
.netzero-home .three-col .mid .list >*:nth-last-child(n+2){
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #E4E4E4;
}
.netzero-home .three-col .mid,
.netzero-home .three-col .right{
    width: calc((50% / 2) - 18px);
}
.netzero-home .three-col .right .banner >*{
    width: 100%;
}
.netzero-home .partner-wrap .list{
    display: flex;
}
.netzero-home .partner-wrap .list .item{
    width: calc((100% / 7) - (24px * 6 / 7));
}
.netzero-home .partner-wrap .list .item:nth-last-child(n+2){
    margin-right: 24px;
}
/* HOME PAGE END */

.mobile{
    display: none;
}
.netzero-home >* .more.mobile{
    display: none;
}
@media screen and (max-width: 992px){
    .mobile{
        display: block;
    }
    .netzero-home >* .more.mobile{
        display: flex;
    }

    /* PAGE START */
    .netzero-home{
        padding-top: 16px;
        padding-bottom: 24px;
    }
    .netzero-home .more .text{
        font-weight: 500;
        font-size: 14px;
        line-height: 22px;
    }
    .netzero-home>*:nth-last-child(n+2){
        margin-bottom: 24px;
    }
    .netzero-home .hero-wrapper .left{
        width: 100%;
        margin-right: 0;
    }
    .netzero-home .hero-wrapper .left >*:first-child{
        flex-direction: column;
        padding-bottom: 16px;
        border-bottom: 1px solid #E4E4E4;
    }
    .netzero-home .hero-wrapper .left >*:first-child .story-thumb{
        width: 100%;
        margin-right: 0px;
        margin-bottom: 16px;
    }
    .netzero-home .hero-wrapper .left >*:first-child .story-title{
        font-size: 24px;
        line-height: 36px;
    }
    .netzero-home .hero-wrapper .left >*:first-child .story-description{
        -webkit-line-clamp: 2;
    }
    .netzero-home .hero-wrapper .left >*:first-child .story-info{
        border-bottom: none;
    }
    .netzero-home .hero-wrapper .left >*:nth-child(n+2):nth-last-child(n+2){
        margin-right: 0;
    }
    .netzero-home .hero-wrapper .left >*:nth-child(n+2){
        display: flex;
        width: 100%;
        padding-bottom: 16px;
        margin-bottom: 16px;
        border-bottom: 1px solid #E4E4E4;
    }
    .netzero-home .hero-wrapper .left >*:nth-child(n+2) .story-thumb,
    .netzero-home .hero-wrapper .right >* .story-thumb{
        width: 48.35%;
        min-width: 163px;
        margin-right: 8px;
        margin-bottom: 0px;
    }
    .netzero-home .hero-wrapper .left >*:nth-child(n+2) .story-info,
    .netzero-home .hero-wrapper .right >* .story-info{
        flex: 1;
    }
    .netzero-home .hero-wrapper .left >*:nth-child(n+2) .story-title,
    .netzero-home .hero-wrapper .right >* .story-title{
        font-size: 14px;
        line-height: 20px;
    }
    .netzero-home .hero-wrapper .right{
        width: 100%;
    }
    .netzero-home .hero-wrapper .right >*:nth-child(n+3){
        display: none;
    }
    .netzero-home .hero-wrapper .right >*:nth-child(2){
        display: flex;
    }
    .netzero-home .hero-wrapper .right .story-thumb{
        display: block;
    }
    .netzero-home .hero-wrapper .main-banner,
    .netzero-home .hero-wrapper .right .banner{
        display: none;
    }
    .netzero-home .multimedia-wrapper .list>*:first-child{
        margin-bottom: 0px;
        flex-direction: column;
    }
    .netzero-home .multimedia-wrapper .list>*:first-child .story-title{
        font-size: 20px;
        line-height: 24px;
    }
    .netzero-home .multimedia-wrapper .list>*:first-child .story-thumb{
        width: 100%;
        margin-right: 0;
        margin-bottom: 24px;
    }
    .netzero-home .multimedia-wrapper .list>*:first-child .story-description{
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 2;
    }
    .netzero-home .multimedia-wrapper .list>*:nth-child(n+2){
        display: none;
    }
    .netzero-home .sidecol-wrapper{
        flex-direction: column;
    }
    .netzero-home .sidecol-wrapper .left .list{
        flex-direction: column;
    }
    .netzero-home .sidecol-wrapper .left{
        width: 100%;
        margin-right: 0;
        margin-bottom: 24px;
    }
    .netzero-home .sidecol-wrapper .left .cate-header .more,
    .netzero-home .sidecol-wrapper .left .banner{
        display: none;
    }
    .netzero-home .sidecol-wrapper .left .list>*:nth-last-child(n+2){
        margin-right: 0;
    }
    .netzero-home .sidecol-wrapper .left .list>*{
        width: 100%;
    }
    .netzero-home .sidecol-wrapper .left .list>*:last-child >*:nth-child(2){
        border-bottom: none;
        padding-bottom: 0;
    }
    .netzero-home .sidecol-wrapper .left .list>*:last-child >*:nth-child(n+3){
        display: none;
    }
    .netzero-home .sidecol-wrapper .left .list .col>*:nth-child(n+2) .story-thumb{
        width: 48.35%;
        min-width: 163px;
    }
    .netzero-home .sidecol-wrapper .left .list>*:last-child >*:first-child{
        display: flex;
    }
    .netzero-home .sidecol-wrapper .left .list>*:last-child >*:first-child .story-thumb{
        width: 48.35%;
        min-width: 163px;
        margin-bottom: 0;
        margin-right: 8px;
    }
    .netzero-home .sidecol-wrapper .left .list>*:last-child >*:first-child .story-info{
        flex: 1;
    }
    .netzero-home .sidecol-wrapper .left .list>*:last-child >*:first-child .story-description{
        display: none;
    }
    .netzero-home .sidecol-wrapper .left .list>*:nth-child(2)>*:last-child{
        margin-bottom: 16px;
        padding-bottom: 16px;
        border-bottom: 1px solid #E4E4E4;
    }
    .netzero-home .sidecol-wrapper .left .list>* >*:nth-child(n+2) .story-title,
    .netzero-home .sidecol-wrapper .left .list>*:last-child>*:first-child .story-title{
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 4px;
    }
    .netzero-home .sidecol-wrapper .more .text{
        margin-right: 4px;
    }
    .netzero-home .more.mobile{
        justify-content: center;
    }
    .netzero-home >*:not(.multimedia-wrapper) .cate-header .name{
        font-size: 20px;
        line-height: 24px;
    }
    .netzero-home .sidecol-wrapper .right .story-description{
        display: none;
    }
    .netzero-home .sidecol-wrapper .right .story-title{
        font-size: 14px;
        line-height: 20px;
    }
    .netzero-home .fullwidth-wrapper .cate-header .more{
        display: none;
    }
    .netzero-home .fullwidth-wrapper .list{
        flex-direction: column;
    }
    .netzero-home .fullwidth-wrapper .list>*:nth-last-child(n+3){
        margin-right: 0;
        margin-bottom: 16px;
        padding-bottom: 16px;
        border-bottom: 1px solid #E4E4E4;
    }
    .netzero-home .fullwidth-wrapper .list>*{
        width: 100%;
    }
    .netzero-home .fullwidth-wrapper .list>*:first-child .story-thumb{
        margin-bottom: 16px;
    }
    .netzero-home .fullwidth-wrapper .list>*:first-child .story-title{
        font-size: 20px;
        line-height: 24px;
    }
    .netzero-home .fullwidth-wrapper .list>*:nth-child(n+2){
        display: flex;
    }
    .netzero-home .fullwidth-wrapper .list>*:nth-child(n+2) .story-thumb{
        width: 48.35%;
        min-width: 163px;
        margin-right: 8px;
        margin-bottom: 0;
    }
    .netzero-home .fullwidth-wrapper .list>*:nth-child(n+4){
        display: none;
    }
    .netzero-home .fullwidth-wrapper .more.mobile{
        margin-top: 16px;
    }
    .netzero-home .fullwidth-wrapper + .banner,
    .netzero-home .equal-wrapper .eq-col .cate-header .more{
        display: none;
    }
    .netzero-home .equal-wrapper{
        flex-direction: column;
    }
    .netzero-home .equal-wrapper .eq-col{
        width: 100%;
    }
    .netzero-home .equal-wrapper .eq-col .cate-header .more{
        display: none;
    }
    .netzero-home .equal-wrapper .eq-col .more.mobile{
        margin-top: 16px;
    }
    .netzero-home .equal-wrapper .eq-col:first-child{
        margin-bottom: 24px;
    }
    .netzero-home .equal-wrapper .eq-col .list>*:nth-child(even){
        margin-right: 0px;
    }
    .netzero-home .equal-wrapper .eq-col:first-child .list>*:first-child{
        flex-direction: column;
    }
    .netzero-home .equal-wrapper .eq-col:first-child .list>*:first-child >*{
        width: 100%;
    }
    .netzero-home .equal-wrapper .eq-col:first-child .list>*:first-child .story-thumb{
        margin-bottom: 16px;
    }
    .netzero-home .equal-wrapper .eq-col:first-child .list>*:first-child .story-info{
        padding-bottom: 16px;
    }
    .netzero-home .equal-wrapper .eq-col:first-child .list>*:first-child .story-description{
        display: none;
    }
    .netzero-home .equal-wrapper .eq-col:first-child .list>*{
        width: 100%;
        display: flex;
    }
    .netzero-home .equal-wrapper .eq-col:first-child .list>*:nth-child(n+2) .story-thumb{
        width: 48.35%;
        min-width: 163px;
        margin-bottom: 0;
        margin-right: 8px;
    }
    .netzero-home .equal-wrapper .eq-col:first-child .list>*:nth-child(n+2) .story-info{
        flex: 1;
    }
    .netzero-home .equal-wrapper .eq-col:first-child .list>*:nth-child(n+4){
        display: none;
    }
    .netzero-home .equal-wrapper .eq-col .list>*:nth-child(n+2):nth-last-child(n+3){
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }
    .netzero-home .equal-wrapper .eq-col:first-child .list>*:nth-child(n+3){
        border-bottom: none;
        padding-bottom: 0;
    }
    .netzero-home .equal-wrapper .eq-col:last-child .list{
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .netzero-home .equal-wrapper .eq-col:last-child .list>*:first-child{
        margin-bottom: 0;
    }
    .netzero-home .equal-wrapper .eq-col:last-child .list>*{
        flex-direction:column;
        width: 215px;
        flex: 1 0 auto;
    }
    .netzero-home .equal-wrapper .eq-col .list > *:nth-child(n+2) {
        height: auto;
    }

    .netzero-home .equal-wrapper .eq-col .list > *:nth-child(n+2) .story-thumb {
        width:100%;
        margin-right:0;
        margin-bottom:8px;
    }
    .netzero-home .equal-wrapper .eq-col:last-child .list > *:nth-last-child(n+2) {
        margin-right: 16px;
    }
    .netzero-home .equal-wrapper .eq-col:last-child .list>*:first-child{
        flex-direction: column;
        justify-content: start;
    }
    .netzero-home .equal-wrapper .eq-col:last-child .list>*:first-child >*{
        width: 100%;
    }
    .netzero-home .equal-wrapper .eq-col:last-child .list>*:first-child .story-thumb{
        margin-bottom: 8px;
    }
    .netzero-home .equal-wrapper .eq-col:last-child .list>*:first-child .story-description{
        display: none;
    }
    .netzero-home .equal-wrapper .eq-col:last-child .list>*:first-child .story-info{
        border-bottom: none;
    }
    .netzero-home .equal-wrapper .eq-col:last-child .list>* .story-info{
        flex: 1;
        display: flex;
        flex-direction: column;
    }
    .netzero-home .equal-wrapper .eq-col:last-child .list>* .story-meta{
        margin-top: auto;
    }
    .netzero-home .equal-wrapper .eq-col:last-child .list>* .story-title{
        font-size: 14px;
        line-height: 20px;
    }
    .netzero-home .three-col{
        flex-direction: column;
    }
    .netzero-home .three-col .left,
    .netzero-home .three-col .right,
    .netzero-home .three-col .mid .cate-header .more{
        display: none;
    }
    .netzero-home .three-col .mid{
        width: 100%;
    }
    .netzero-home .three-col .mid .list >* .story-title{
        font-size: 14px;
        line-height: 20px;
    }
    .netzero-home .three-col .more.mobile{
        margin-top: 16px;
    }
    .netzero-home .three-col + .banner{
        display: none;
    }
    /* PAGE END */
}