#EVENTS {
  background: #fff;

  .section-title-white {
    svg {
      height: 1000px;
    }
  }

  @media (max-width: 1050px) {
    .contents-container {
      flex-direction: column;
      align-items: center;
      gap: 20px;
    }
  }

  .sub-title {
    color: transparent;
    -webkit-text-stroke: 2px #773692;
  }

  .campus {
    width: 50%;
    gap: 20px;
    .flex-col {
      width: 100%;
      gap: 20px;
    }
  }

  @media (max-width: 1050px) {
    .campus {
      width: 80%;
    }
  }

  .event {
    width: 100%;
    justify-content: space-between;
    gap: 20px;
  }

  .month {
    height: 75px;
    width: 200px;
    gap: 8px;
    background: #773692;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    color: #fff;
    h4 {
      font-size: 24px;
      font-family: "Dela Gothic One";
    }
    p {
      font-size: 16px;
      font-family: "Zen Kaku Gothic New";
    }
  }

  .detail {
    border-left: 3px #b3b3b3 solid;
    height: 75px;
    gap: 12px !important;
    p {
      font-family: "Zen Kaku Gothic New";
      font-size: 16px;
    }
    a {
      font-family: "Zen Kaku Gothic New";
      font-size: 12px;
    }
  }
}
