.section {
  margin-bottom: 32px;
}
.section .section-title {
  margin-bottom: 24px;
  font-size: 28px;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .section {
    margin-bottom: 64px;
  }
  .section .section-title {
    margin-bottom: 32px;
    font-size: 38px;
  }
}

.meta h3 {
  font: 600 28px/1.04 suisse-cond, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .meta h3 {
    font-size: 32px;
    line-height: 1.15;
  }
}

.slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
}
.slider-nav > div {
  width: 25%;
  padding: 0 5px 10px;
}
.slider-nav .card-img a {
  display: block;
}
.slider-nav .card-img img {
  display: block;
  width: 100%;
  height: auto;
}

.slider-for img {
  display: block;
  margin: 0 auto;
  max-width: 100% !important;
}
.slider-for > div {
  display: none;
}
.slider-for > div.active {
  display: block;
}