.event-not-top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: hsl(0, 0%, 19%);
  font-size: 16px;
  line-height: 2;
}
.d-event-1 {
  width: 100%;
}
.d-event-2 {
  background: urL("../img/event-2.webp") no-repeat top center;
  background-size: cover;
  width: 100%;
  margin-top: -5vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 9.47vh;
  padding-bottom: 40vh;
}

.d-event-2-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 52.5vw;
}

.d-event-2-col-1 {
  width: 21.25vw;
}
.d-event-2-col-2 {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.5;
}

.d-event2-2 {
  width: 67.1875vw;
  margin-top: 8.51vh;
}

@media only screen and (max-width: 1000px) {
  @media only screen and (max-width: 1000px) {
    .d-event-2 {
      margin-top: -10vh;
    }
  }
  .m-event-1 {
    position: relative;
  }
  .d-event-2-row {
    display: flex;
    width: 77.72vw;
    flex-direction: column;
  }
  .d-event-2-col-1 {
    width: 73.84vw;
  }
  .m-event-2-col-2 {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.7;
    text-align: center;
  }
  .d-event-2 {
    padding-bottom: 20vh;
  }
}
