.icon-size{
  font-size:60px;
}
.event-img{
  width: 300px;
  height:300px;
  object-fit: cover;
}
.mod-img{
  width: 450px;
  height:450px;
  object-fit: cover;
}


@media all and (max-width: 992px) {
  .event-img{
    width: 400px;
    height:400px;
    object-fit: cover;
  }
  .mod-img{
    width: 250px;
    height:250px;
    object-fit: cover;
  }
}	