.featured-blog {padding: 100px 0;}
.featured-blog h2 {margin-bottom: 60px;}
.featured-blog h2 span {font-style: italic;}
.blog_slider .swiper-pagination {position:unset;padding:0 15px;margin-top:11px;}
.blog_slider .swiper-pagination .swiper-pagination-bullet {width: 3px;height: 3px;background-color: var(--color-cgrey);}
.blog_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {background-color: var(--color-gblack);}
.blog_slider .swiper-pagination .swiper-pagination-bullet:not(:last-child) {margin-right: 15px;}
/* media query */
@media screen and (max-width:991px){.featured-blog {padding: 70px 0 80px;}.featured-blog h2 {margin-bottom: 30px;font-size: 18px;text-align: left;}}