body {
  box-sizing: border-box;
}

.event-text-wrap,
.event-text-wrap2 {
  width: 100%;
  color: #fff;
  flex-basis: 50%;
  position: relative;
  z-index: 1;
}

.event-text-wrap2 {
  height: 50%;
}

.event-text-wrap.flex-column::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 1px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.event-text-wrap2::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.event-text1 {
  font-size: 80px;
  font-weight: bold;
  font-family: serif;
  margin-bottom: 0;
  text-align: center;
  height: 95px;
}

.event-text2 {
  font-size: 20px;
  font-family: serif;
  margin-bottom: 0;
  text-align: center;
}

.event-content-box {
  flex-basis: 50%;
  margin: 0;
}

.event-text-box {
  margin: auto auto;
  flex-basis: 50%;
}

.event-text-box p {
  line-height: 1.5;
  margin-bottom: 0;
  text-align: left;
}

.event-text-box2 {
  margin: auto;
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.event-text-box3 {
  flex-basis: 50%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.event-text-wrap .event-text-box {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.event-text-wrap2 .event-text-box {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.event-text-wrap2 .event-text-box p {
  align-self: center;
}

.event-image,
.event-image2 {
  margin-bottom: 0;
  flex-basis: 50%;
  position: relative;
  width: 100%;
}

.event-image img {
  height: 100%;
}

.event-image-text {
  position: absolute;
  color: #fff;
  bottom: 5px;
  left: 10px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 1);
}

.event-image-text2 {
  position: absolute;
  color: #fff;
  bottom: 5px;
  right: 10px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 1);
}

.spring {
  background-color: #f69cb1;
}

.may {
  background-color: #ec7e74;
}

.jun {
  background-color: #94a4d4;
}

.july {
  background-color: #8299cf;
}

.august {
  background-color: #f6bc3c;
}

.september {
  background-color: #faa01c;
}

.october {
  background-color: #84ab6f;
}

.november {
  background-color: #7a9172;
}

.december {
  background-color: #d66e7f;
}

.junuary {
  background-color: #f3aaaf;
}

.february {
  background-color: #82a6c1;
}

.march {
  background-color: #b1c1ca;
}

@media screen and (max-width: 992px) {
  .event-text1 {
    font-size: 60px;
    font-family: serif;
    margin-bottom: 0;
    height: auto;
    line-height: 1;
  }

  .event-text2 {
    font-size: 14px;
  }

  .event-text-box {
    font-size: 14px;
  }

  .event-text-box3 {
    padding-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  .event-content-box {
    flex-basis: auto;
    height: 331.5px;
  }

  .may,
  .jun,
  .september,
  .october,
  .junuary,
  .february {
    display: flex;
    flex-direction: column;
  }

  .event-image2 {
    flex-basis: 50%;
  }

  .event-text-wrap2 {
    flex-basis: 50%;
  }

  .event-text-box3 {
    padding-top: 55px;
  }
}

@media screen and (max-width: 576px) {
  .event-content-box {
    flex-basis: auto;
    height: 60vw;
  }

  .event-image-text,
  .event-image-text2 {
    font-size: 14px;
  }

  .event-text-box3 {
    padding-top: 10vw;
  }
}

@media screen and (max-width: 440px) {
  .event-text1 {
    font-size: 50px;
    line-height: 1;
  }

  .event-text2 {
    font-size: 12px;
  }

  .february .event-text-box {
    padding-left: 5%;
  }

  .event-text-wrap2::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 80px;
    background-color: #fff;
  }
}

@media screen and (max-width: 400px) {
  .event-text-box {
    font-size: 12px;
  }

  .event-text-box3 {
    padding-top: 8vw;
  }
}
