.hda-event__title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  color: #F36C21;
  margin: 0 0 10px;
}

.hda-event__datetime {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  color: #F36C21;
  margin: 0;
}

.hda-event__description {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.33;
  color: #222222;
  margin: 0;
}

.hda-event__button {
  display: inline-block;
  margin-top: 20px;
  background-color: #F36C21;
  color: #ffffff;
  border-radius: 5px;
  padding: 10px 56px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 10px;
  line-height: 1;
  text-transform: capitalize;
  text-decoration: none;
}

.hda-event {
  padding: 40px 0;
  border-bottom: 1px solid #EEEEEE;
}

.hda-event__button:hover,
.hda-event__button:focus {
  background-color: #F36C21;
  color: #ffffff;
  text-decoration: none;
}
