section#event {
  margin-bottom: 50px;
}
section#event div.wrap {
  /*! background: #eee; */
  border-radius: 30px;
}
section#event div.wrap h2 {
  line-height: 3;
  font-weight: bold;
  margin-left: 15px;
}
section#event div.wrap ul {
  justify-content: space-around;
}
section#event div.wrap ul li {
  
}
section#event div.wrap ul li a {
  
}
section#event div.wrap ul li a::before{
  content: "";
  width: 300px;
  height: 300px;
  display: block;
  background-size: cover;
  border-radius: 30px;
}
section#event div.wrap ul li:nth-of-type(1) a::before{
  background-image: url(../img/s23.jpg);
}
section#event div.wrap ul li:nth-of-type(2) a::before{
  background-image: url(../img/wed.png);
}
section#event div.wrap ul li:nth-of-type(3) a::before{
  background-image: url(../img/tv.jpg);
}
section#event div.wrap ul li:nth-of-type(4) a::before{
  background-image: url(../img/used.jpg);
}
section#event div.wrap ul li:nth-of-type(5) a::before{
  background-image: url(../img/book.jpg);
}
section#event div.wrap ul li a h3 {
  font-weight: bold;
  padding-top: 20px;
}