
.event-list {
    padding: 0.2rem;
    width: 100%;
    display: flex;
    border-bottom: .1rem solid #1e1e1e;
  }
  
  .event-date {
    width: 5.0rem;
    text-align: center;
    background: #cb0c9f;
    color: white;
    padding: 0.2rem 0.2rem;
    border-radius: 0 .7rem 0;
  }
  
  .event-date p {
    padding-top: 1rem;
    font-weight: 400;
}

.event-date h4 {
      line-height: 0.3;
    font-weight: 600;
    font-size: 1.5rem;
    color: white;
  }
  
  .event-content {
    width: calc(100%-1rem);
    margin-left: 0.5rem;
    margin-right: .5rem;
    margin-top: 1rem;
  }
  .event-content p{
    line-height: 0.2;
    padding-bottom: 0;
    color: #17093a;
  }
  .event-content h3 {
    font-size: 1rem;
  }