.hero-slider-panel{
    border-bottom: 10px solid #efefef;;
}
.hero-slider-panel .hero-swiper {
    position: relative;
}
.hero-slider-panel .bannerWrap{
    width: 100%;
    display: block;
    aspect-ratio: 16 / 9;
}

.hero-slider-panel .bannerWrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-slider-panel .hero-swiper .hero-swiper-pagination{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 17px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-slider-panel .hero-swiper .hero-swiper-pagination .swiper-pagination-bullet{
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 1;
}

.hero-slider-panel .hero-swiper .hero-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #4dba50;
}

.newlist{
    border-bottom: 10px solid #efefef;
    margin-bottom: 5px;
}

.list ul li:last-child{
    border-bottom: none;
}