#events .month-heading {
  font-size: 36px;
}

#events .month {
  font-size: 18px;
  margin-bottom: 7px;
}

#events .date {
  padding: 10px;
  color: #fff;
  background: #bc0000;
  border-radius: 4px;
  font-size: 40px;
  font-weight: 700;
  line-height: 26px;
  width: 64px;
}

#events .dates {
  padding: 10px;
  color: #fff;
  background: #bc0000;
  border-radius: 4px;
  font-size: 40px;
  font-weight: 700;
  line-height: 26px;
  width: 100%;
}

#events .border-bot {
  border-bottom: solid 15px rgba(0,0,0,0.1);
}

#events .bg-header {
  background-color: rgb(234,241,255);
}

