/* Ì½Ë÷Æ«Ïò */
#challenge{
    padding: 120px 0 0 0;
}
.n-item-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 60px;
}
.n-item{
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    align-items: center;
    width: 650px;
}
.n-item img{
    width: 96px;
}
.n-item-title{
    text-align: left;
    margin: 0 0 16px;
}

/*Âôµã*/
.n-page-desc{
    color: #6A6B6D;
    text-align: center;
    font-size: 20px;
    line-height: 150%; /* 30px */
    margin-top: 16px;
}


/* ³¡¾° */
.n-scene-list{
    grid-template-columns: repeat(2,1fr);
}
.n-card-content ul{
    margin-left: 18px;
    margin-top: 12px;
}
.n-card-content li{
    list-style: disc;
    color: #6A6B6D;
    font-size: 16px;
    line-height: 150%; /* 24px */
}
.n-card-desc{
    color:#2A2B2E;
}

@media screen and (max-width:1600px) {
    .n-item{
        width: 550px;
    }
    .n-page-desc {
        width: 1200px;
        margin: 16px auto 0;
    }
    .n-card-content{
        height: 240px;
    }
}

@media screen and (max-width:1280px) {
    .n-item{
        width: 500px;
    }
    .n-page-desc {
        width: 1000px;
    }
}
@media screen and (max-width:768px) {
    .n-banner-text {
        width: 100%;
    }
    .n-breadcrumb {
        display: none;
    }
    #challenge {
        padding: 80px 0 0 0;
    }
    .n-item-list {
        gap: 36px;
    }
    .n-item {
        width: 100%;
    }
    .n-item img {
        width: 72px;
    }
    .n-item-title {
        text-align: left;
        margin: 0 0 12px;
        font-size: 20px;
    }
    .n-item-desc{
        text-align: left;
        font-size: 14px;
    }
    .n-page-desc {
        width: 100%;
        padding: 0 20px;
        font-size: 16px;
    }
     /*³¡¾°*/
     .n-scene-list {
        grid-template-columns: repeat(1, 1fr);
    }
    .n-card-desc{
        height: auto;
    }
    .n-card-content li {
        font-size: 14px;
    }
    .n-card-content {
        height: auto;
    }
}