@charset "utf-8";
/* CSS Document */
.venue{
    margin-top: 20px;
}
.venue ul li{margin-bottom: 35px;}
.venue_img{
    float: left;
    text-align: center;
    margin-right: 35px;
}
.venue_img img{}
.venue_info{
    float: left;
    width: 880px;
  
}
.venue_title{
    font-size: 18px;
    margin-bottom: 10px;
    font-family: Poppins SemiBold;
}