.space70 {
  width: 100%;
  height: 70px;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.ev-inner:not(.no-border) {
  border-top: 1px solid #7D1B22;
  margin: 4rem 0;
}

@media screen and (min-width: 992px) {
  .ev-inner .col-md-3:nth-child(4n+1) {
    clear: both;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .ev-inner .col-sm-6:nth-child(2n+1) {
    clear: both;
  }
}

.ev-inner__title {
  font-size: 17px !important;
  margin-top: 13px !important;
  margin-bottom: 18px !important;
}

.ev-banner {
  position: relative;
}
.ev-banner figure {
  margin: 0 !important;
}
@media screen and (min-width: 993px) {
  .ev-banner figure img {
    height: 377px;
    object-fit: cover;
  }
}
.ev-banner__caption {
  background: #0d0630;
  padding: 24px;
  max-width: 450px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.ev-banner__caption h1 {
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 24px;
  text-align: left !important;
}
.ev-banner__caption h1 > a {
  color: #fff;
}
.ev-banner .ev-cat span {
  color: #021B55;
  background: #fff;
}
.ev-banner .ev-date {
  color: #fff;
  margin-bottom: 10px;
}
.ev-banner .ev-person > a {
  color: #fff;
}
@media (max-width: 992px) {
  .ev-banner__caption {
    position: relative;
    max-width: 100%;
  }
}

.ev-cat {
  margin-bottom: 15px;
}
.ev-cat span {
  background: #0D0630;
  color: #fff;
  font-size: 12px;
  padding: 8px;
  margin-bottom: 20px;
}

.ev-date {
  font-size: 13px;
  display: block;
  margin-bottom: 5px;
}

.ev-person {
  font-size: 13px;
  display: block;
}

.ev-card {
  margin-bottom: 60px;
}
.ev-card figure img.default {
  object-fit: cover;
  height: 175px;
}
@media screen and (max-width: 1200px) {
  .ev-card figure img.default {
    height: 140px;
  }
}
@media screen and (max-width: 991px) {
  .ev-card figure img.default {
    height: 192px;
  }
}
.ev-card h4 {
  margin-top: 7px !important;
  margin-bottom: 7px !important;
}
.ev-card h4 a {
  color: #212121;
}
.ev-card h4 a:hover {
  text-decoration-line: underline;
  color: #0072BC;
}

.ev-right {
  text-align: right;
}
.ev-right a {
  display: inline-block;
  margin-top: 13px !important;
  margin-bottom: 18px !important;
}