.section-events-detail {
  padding: 10px 0 60px;
}

.section-events-detail .back {
  position: relative;
  display: block;
  height: 50px;
  line-height: 50px;
  width: 100%;
  margin-bottom: 20px;
}
.section-events-detail .back::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 750px;
  background-color: #f5f5f5;
}

.section-events-detail .back a {
  font-family: 'interstateCond';
  font-weight: 300;
  font-size: 16px;
  color: #484848;
}
.section-events-detail .back a:hover {
  text-decoration: underline !important;
}

.section-events-detail .article {
  width: 750px;
}
@media screen and (max-width: 768px) {
  .section-events-detail .article {
    width: 100%;
  }
}

.section-events-detail .article .image {
  height: 250px;
  width: 100%;
  margin-bottom: 20px;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .section-events-detail .article .image {
    height: 30vh;
  }
}

.section-events-detail .article .download {
  height: 35px;
  line-height: 35px;
}
.section-events-detail .article .download a {
  height: 35px !important;
  font-family: 'interstate';
  font-weight: 300;
  font-size: 16px;
  color: #df5952;
  vertical-align: top;
}
.section-events-detail .article .download i {
  font-size: 35px;
  color: #df5952;
  margin-right: 10px;
  vertical-align: top;
}

.section-events-detail .aside {
  width: calc(100% - 750px);
}
