.parallax1 {
    /* The image used */
    background-image: url("../img/slide1.webp");
  
    /* Set a specific height */
    height: 350px;
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  @media (max-width:769px) {
      .event-list-content{
          margin: 0px !important;
      }
.event-list-content>*{
    font-size: small;

}
.event-list-content ul li {
    font-size: small !important;
}
  }

  *{
    font-family: 'Chakra Petch', sans-serif;
  }
  #investors>div{
    margin-top: 10px;
  }
  #partners>div{
    margin-top: 10px;
  }