<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
.venue{
    margin-top: 20px;
}
.venue ul li{margin-bottom: 35px;}
.venue_img{
    float: left;
    margin-right: 35px;
}
.venue_img img{}
.venue_info{
    float: left;
    width: 880px;
  
}
.venue_title{
    font-size: 18px;
    margin-bottom: 10px;
    font-family: Poppins SemiBold;
}</pre></body></html>