section{
  width: 100%;
  padding: 50px 0px;
}
.container{
  max-width: 1250px
  padding:0 20px;
}
.col-12{
  width: 100%;
}
.col-5{
  width: 40%;
  float: left;
  margin-bottom: 30px;
}
.col-6{
  width: 50%;
  float: left
}
.bodycopy-wrapper{
  width: 60%;
  margin:0 auto;
  
}
.col-7 h1,.col-7 h2,.col-7 h3,.col-7 h4,.col-7 h5, .col-7 h6, .col-7 h7{
  margin-top: 0px;
}
.img-full{
  max-width: 100%;
}
h2{
  font-size: 34px;
}
p{
    font-size: 18px;
    font-family: 'FreightSans Pro';
    color: #000;
}
li{
  font-family: 'FreightSans Pro';
    color: #000;
    font-size:18px;
}
.list-agenda li{
    position: relative;
    font-family: 'FreightSans Pro';
    color: #000;
    font-size:18px;
}
.list-agenda li h3{
  margin:0;
  font-size: 20px;
}
/* .list-agenda li:before{
  content:'';
  position:absolute;
  left:-42px;
  top: 5px;
  width: 25px;
  height:25px;
  border-radius: 100%;
  background-color: #00568f;
} */
/* .list-agenda li:after{
    content: '';
    position: absolute;
    left: -31px;
    top: 6px;
    width: 2px;
    height: 100%;
    background-color: #00568f;
} */
/* .list-agenda li:last-child::after{
    content: '';
    position: absolute;
    left: -31px;
    top: 6px;
    width: 0px;
    height: 100%;
    background-color: #fff;
} */
agenda-wrapper{
  padding: 50px 0px;
}
.form-title{
  font-size: 34px;
}
.form-wrapper{
  width: 60%;
  margin: 0 auto;
  padding: 20px 0px;
}
.bg-gray{
  background-color: #f6f7fb;
  padding: 50px 0;
}
.container{
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 20px;
}
.col-12{
  width: 100%;
}
form.hs-form fieldset[class*="form-columns"] .hs-input{
  background: transparent;
}
input[type="text"], input[type="email"]{
  background-color: transparent !important;
}
.venue-details{
  padding-top:50px;
}
@media (max-width: 720px) {
  h2{
    font-size:60px !important;
  }
  .form-wrapper{
    width: 100%;
    margin: 0 auto;
  }
  .col-5, .col-6, .bodycopy-wrapper{
    width: 100%;
  }
  .col-7{
    padding: 0 0px;
  }
}