.next-block {
    width: 100%;
    margin-bottom: 25px;
}
 
.next-block-image {
    float: left;
    width: 100%;
  object-fit: contain;
  margin-bottom: 10px;
}
 .next-block img { object-fit: cover; 
max-height: 180px;
width: 100%;}



 
.next-art {
    float: left;
    width: 100%;

}

 .next-art h4 {
  filter: grayscale(100%) contrast(0%) brightness(72%);
font-weight: 700;
  font-style: normal;
  font-size: 16;

}



 .next-hyper {
    float: left;
    width: 70%;
}


.clearfix::after {
    content: "";
    clear: both;
    display: table;
}