.event-head {
  text-align: left;
  margin-bottom: 10px;
}

.event-date {
  position: relative;
  display: inline-block;
  color: #4b4646;
}

.date-line {
  content: "";
  position: absolute;
  margin-left: 105%;
  top: 50%;
  height: 1px;
  width: 50px;
  background-color: #4b4646;
  transform: translateY(-50%);
}

.event-detail p {
  text-align: left;
  font-size: 1em;
  color: #4a4d4f;
}

.media {
  margin-top: 10px;
}

.event-image,
.event-video {
  width: 100%;
  height: 0;
  padding-bottom: 80%;
  position: relative;
  border-radius: 3px;
  margin-bottom: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 8px;
}

.event-image img,
.event-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.separator {
  height: 1px;
  background-color: #033b4a;
  width: 50%;
  margin: 20px auto;
  position: relative;
}

.tm-custom-heading {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .event-detail p {
    font-size: 1.2em;
  }

  .event-head h3 {
    font-size: 1.5em;
  }

  .event-box {
    margin-bottom: 30px;
  }

  .event-image,
  .event-video {
    padding-bottom: 75%;
  }
}

/* testimonials */

