#event-announcement {
  width: 100%;
  background: #f2f2f2;
  min-height: 7rem;
  box-sizing: border-box;
}

#event-announcement .main-content {
  padding: 20px 30px;
}

.event-item {
  background: #ffffff;
  padding: 20px;
  font-size: 14px;
}

.event-item-aid {
  padding-bottom: 20px;
  border-bottom: 1px solid #ec6000;
}

.event-item-aid a {
  color: #3e3e3e;
}

.event-item-date {
  margin-top: 20px;
  text-align: right;
}

.margin-top-20 {
  margin-top: 20px;
  border-radius: 5px;
}