h1 {
       font-size: 26px;
    margin: 0 auto 30px;
    line-height: 1.5;
    font-weight: normal;
    max-width: 430px;
}
h2 {
      text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;
    margin-top: 50px; 
    margin-bottom:20px;
    font-weight: normal;
}
h3 {
  font-weight: normal;
      font-size: 19px;
    line-height: 24px;
        margin-bottom: 20px;
    margin-top: 50px;
}
h4 {
      margin: 20px; 
}
h4.special-break  {
  margin:20px 0 -20px; 
}
.events-page-link a{
      color: rgb(193, 148, 73); 
}
.events-menu {
  margin:30px 0; 
}
.events-menu p {
      font-size: 15px;
   
}
@media (max-width: 767px) {
  .events-menu p {
      line-height: 24px;
   
}
}
.events-ehdot {
  margin-top:50px;
  
  padding-top:20px; 
}
.events-ehdot ul {
  padding:0; 
}
.events-ehdot li{
 list-style-type: none;
 margin-bottom:20px;  
}
hr.wp-block-separator {
        border: none;
    border-top: 1px solid transparent;
    margin: 30px auto;
}