.n-banner-text h1{
    color: #FFFFFF;
}
.whiteBtn {
    border: 0px solid var(--standard-red-color);
}
#challenge3 .n-challenge-content img {
    width: 96px;
    margin-bottom: 58px;
}

.n-card-content {
    position: static;
    background: #FFFFFF;
}
.n-card-desc{
    display: block;
    height: 150px;
}
.n-card-title {
    font-weight: 700;
}
.n-card-desc ul li{
    list-style: disc;
}
.n-card-desc ul{
    margin-left: 20px;
}
#challenge .n-page-desc {
    margin-top: 12px;
}
.n-challenge-card{
    margin-bottom: 0px;
}
#contactus{
    margin: 0;
}

.zoomBtn{
    display: none;
}
.n-fa-more {
    color: #E60039;
}
.n-fa-more::after {
    content: '>';
    background-image: unset;
}

@media screen and (max-width:1280px) {
    .n-challenge-card {
        width: 344px;
    }
}
@media screen and (max-width:768px) {
    .n-challenge {
        gap: 24px;
    }
    .n-challenge-card img {
        border-radius: 4px 4px 0 0;
    }
    .n-card-title {
        font-size: 18px;
    }
    .zoomBtn{
        display: block;
        position: absolute;
        right: 36px;
        bottom: 16px;
    }
    .n-nav{
        background: #F7f9FA;
    }
    .n-nav-content {
        background: #F7f9FA;
    }
}