.event-header-wrapper {
  background: #aa0000;
  display: flex;
  justify-content: center;
  border-radius: 10px 10px 0px 0px;
}

.event-header-wrapper h2 {
  margin: 0;
  padding: 10px 0;
}
.event-header-wrapper h2 a {
  color: #fff;
}

.event-body {
  border: 3px solid #aa0000;
  padding: 10px;
  border-radius: 0px 0px 10px 10px;
}

.event-left-news article .content-area h3 {
  font-size: 18px;
}
.event-left-news article .content-area p {
  font-size: 14px;
}

#event-left .b-border {
  border-bottom: 1px solid #ccc;
  bottom: 8px;
  width: calc(100% - 23px);
  position: absolute;
}
@media (min-width: 992px) {
  #event-middle {
    flex: 0 0 auto;
    width: 28%;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }

  #event-left {
    flex: 0 0 auto;
    width: 36%;
  }

  #event-left .border-n2 {
    display: none;
  }
}

@media (max-width: 992px) {
  .event-right-news .b-border {
    border: none;
  }
}
