.nigss-wrap .nigss-img{
  height: 100%;
  max-height: 380px;
  object-fit: cover;
}

.nigss-wrap .nigss-body{
  padding: 24px;
  border-left: 2px solid #e6e6e6;
}

@media (max-width: 991px){
  .nigss-wrap .nigss-body{
    border-left: 0;
    border-top: 2px solid #e6e6e6;
  }
  .nigss-wrap .nigss-img{
    max-height: 280px;
  }
}

.nigss-wrap .nigss-title{
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 12px 0;
}

.nigss-wrap .nigss-link{
  text-decoration: none;
}
