.blog-det-cont{
    width: 62.333333%;
}
.blog-img{
    width: 100%;
    overflow: hidden;
    
}
.blog-img img{
    object-fit: cover;
    object-position: center;
    width: 100%;
    aspect-ratio: 16 / 9;
}
.blog-img-side{
    /*width: 51%;*/
    overflow: hidden;
    
}
.blog-img-side img{
    object-fit: cover;
    object-position: center;
    /*aspect-ratio: 16 / 9;*/
    width: 110px;
    height: 65px;
}
.side-blog{
    font-size: 16px;
    color:black;
    margin:0;
}
.date{
   font-size: 12px; 
}
@media only screen and (max-width: 991px) {
  .up {
       font-size: 26px;
  }
  .blog-det-cont{
      width:100%;
  }
}