.event {
  &__community {
    background: #FFF;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 90%, rgba(255, 241, 0, .5) 100%);
  }
}

.our-event__content {
  background: #FFF;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 90%, rgba(255, 241, 0, .5) 100%);

  ul {
    li {
    white-space: initial !important;
    margin-top: 10px;
      p {
        margin-top: 0 !important;
      }
    }
  }
}
