.list-reset {
  margin: 0;
  padding: 0;
  list-style: none;
}
.display-flex {
  display: -webkit-flex;
  display: flex;
}
section.section-dj-mc-services {
  padding-top: 0 !important;
  margin-top: 2.5em !important;
}
section.section-dj-mc-services h2 {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
section.section-dj-mc-services ul.event-types {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 52em;
  max-width: 100%;
  margin: 0 auto;
}
section.section-dj-mc-services ul.event-types > li {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
}
section.section-dj-mc-services ul.event-types > li + li {
  margin-top: 3em;
  padding-top: 3em;
  box-shadow: 0 -1px 0 rgba(155, 155, 155, 0.3);
}
section.section-dj-mc-services ul.event-types > li .event-thumbnail {
  width: 13em;
  margin-right: 3em;
  background-position: center center;
  background-size: cover;
}
section.section-dj-mc-services ul.event-types > li .event-details {
  width: calc(100% - 16em);
  overflow: hidden;
}
section.section-dj-mc-services ul.event-types > li .event-details h3 {
  font-family: 'Shadows Into Light', cursive;
  font-size: 1.67em;
  margin: 0;
}
section.section-dj-mc-services ul.event-types > li .event-details ul.event-info {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 1em 0;
  font-size: 0.9em;
  font-weight: 700;
  line-height: 1.8;
}
section.section-dj-mc-services ul.event-types > li .event-details ul.event-info > li span {
  display: inline-block;
  color: #e86c6c;
  width: 2em;
}
section.section-dj-mc-services ul.event-types > li .event-details .desc {
  color: #9b9b9b;
  max-width: 100%;
}
section.section-dj-mc-services ul.event-types > li .event-details .cta a.btn + a.btn {
  margin-left: 1em;
}
section.middle {
  text-align: center !important;
}
@media only screen and (max-width: 599px) {
  section ul.event-types li .event-details ul {
    text-align: left;
  }
  section ul.event-types li .event-details .cta {
    text-align: center;
  }
}
