
body.event{
    background-color: var(--secondary-color);
  }
  
  .event section .text,
  .event section .text ul,
    .event section .text ul li{
      text-align: left;
  
}

section img{
  max-width:100%;
}

.event ul li{
  margin-bottom: 1rem;
}