.custom_blog_img:hover
{
    transform: scale(1.25);
    overflow: hidden;
}
.custom_blog_img
{
    width: 100%;
    height: 100%;
}
.custom_blog_img_div
{
 overflow: hidden !important;
 /* align-items: center !important; */
 justify-content: center !important;
}
/* Swiper css */
.swiper {
    width: 100%;
    /* height: 100%; */
   
  }
  .swiper-wrapper
  {
    display: flex;
  }

