.min-height-400 {
 min-height: 400px;
}

.min-height-400{
 min-height: 400px
}

.min-width-200 {
 width: 200px; 
 height: 200px
}

.width-200 {
 width: 200px; 
 height: 200px
}

.object-fit-cover{
  object-fit: cover;
}








