.details {
  margin-top: 20px;
}
.details h3 {
  color: #e1ad21;
  text-decoration: underline;
}

.descr {
  margin-top: 30px;
  margin-bottom: 30px;
  /* background-color: teal; */
  padding: 20px;
}
.descr .event-details {
  color: #e1ad21;
}
.descr ul li {
  list-style-type: none;
}
.descr img {
  height: auto;
  width: 100%;
}

#eventContainer #event-title {
    color: rgb(68, 68, 68);
    font-size: 1em;
    font-weight: 400;
}
#eventContainer #eventdescription {
    color: rgba(43, 43, 43, 0.822);
    font-size: 1em;
    font-weight: 400;
}
#eventContainer #eventdate {
    color: rgba(43, 43, 43, 0.397);
    font-size: 0.8em;
    font-weight: 300;
}
#recentevent .heading {
    border-bottom: 1px solid #e1ae2165;
}