
.nerve-models-page .pd0{
    padding: 0;
}
.nerve-models-page .banner{
    width: 100%;
    min-height: 310px;
    background: url('../picture/banner-bg.jpg') no-repeat center center;
    background-size: cover;
}
.nerve-models-page .banner h2{
    font-size: 32px;
    color: #0A317C;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 30px;
    margin-top: 140px;
}
.behavioral-content h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #3E3A39;
    margin-bottom: 30px;
    margin-top: 40px;
}
.behavioral-content h3 img{
    margin-right: 4px;
    vertical-align: text-bottom;
}
.behavioral-content .featured{
    max-width: 1180px;
    margin: 0 auto;
    height: 868px;
    background: url('../picture/circle-bg.png') no-repeat center center;
    padding-top: 85px;
}
.behavioral-content .featured .mt-negative-50{
    margin-top: -50px;
}
.behavioral-content .featured .item-list{
    display: flex;
    justify-content: center;
    gap: 100px;
}
.behavioral-content .featured .gap-260{
    gap: 260px;
    margin-bottom: 50px;
}
.behavioral-content .featured .item-list:first-child{
    margin-bottom: 30px;
}
.behavioral-content .featured .item{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 206px;
    gap: 10px;
}
.behavioral-content .featured .item a{
    text-decoration: none;
    color: #3E4C77;
    text-align: center;
}
.behavioral-content .featured .item p{
    font-size: 18px;
    line-height: 22px;
    margin-top: 10px;
}
.behavioral-content .featured .item .title{
    font-size: 20px;
    font-weight: bold;
}
.mt_50{
    margin-top: 80px;
}
.behavioral-content .custom-table{
   margin-bottom: 60px; 
}


@media (max-width: 768px) {
    .nerve-models-page .banner{
        background: url('../picture/mobile-banner-bg.jpg') no-repeat bottom top;
        min-height: 20rem;
    }
    .nerve-models-page .banner h2{
        font-size: 2rem;
        margin-bottom: 1.5rem;
        margin-top: 9rem;
    }
    .behavioral-content h3{
        font-size: 1.8rem;
        line-height: 2rem;
        margin-bottom: 2rem;
    }
    .behavioral-content h3 img{
        width: 3rem;
    }
    .behavioral-content .featured{
        height: auto;
        padding-top: 2rem;
        padding-bottom: 1rem;
    }
    .behavioral-content .featured .gap-260{
        gap: 2rem;
    }
    .behavioral-content .featured .item{
        height: 15rem;
    }
    .behavioral-content .featured .mt-negative-50{
        margin-top: -2rem;
    }
    .behavioral-content .featured .item-list{
        gap: 2rem;
        margin-bottom: 3rem;
    }
    .behavioral-content .featured .item-list:first-child{
        gap: 5rem;
    }
    .behavioral-content .featured .item-list:last-child{
        gap: 5rem;
        padding: 0 4rem;
    }
    .behavioral-content .featured .item p{
        font-size: 1.4rem;
        line-height: 1.6rem;
    }
    .behavioral-content .featured .item .title{
        font-size: 1.6rem;
    }
}
@media (min-width: 768px) and (max-width: 992px){
    .behavioral-content .featured .item{
        height: 20rem;
    }
    .behavioral-content .featured .gap-260{
        gap: 10rem;
    }
}