.emc {
  padding: 40px 0
}
.emc__separator {
  border-top: 1px solid #e8ebed
}
.emc__headline {
  color: #26282b;
  font-family: BioRhyme;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 40px;
  margin-bottom: 25px;
  text-align: center
}
@media (min-width:576px) {
  .emc__headline {
    font-size: 30px;
    line-height: 38px
  }
}
.emc__slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}
.emc__slider .slick-slide {
  height: auto;
  margin: 0 7.5px;
  outline: 0
}
.emc__slider .slick-slide:-webkit-direct-focus {
  outline: 0
}
@media (min-width:576px) {
  .emc__slider .slick-slide:first-child {
    margin-left: 0
  }
  .emc__slider .slick-slide:last-child {
    margin-right: 0
  }
}
.emc__card {
  display: -webkit-box!important;
  display: -webkit-flex!important;
  display: -moz-box!important;
  display: -ms-flexbox!important;
  display: flex!important
}
.emc__card-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%
}
.emc__thumbnail {
  cursor: pointer;
  margin-bottom: 15px;
  position: relative
}
.emc__thumbnail:hover .emc__thumbnail-overlay {
  opacity: .8;
  top: 0;
  height: 100%
}
.emc__thumbnail-overlay {
  position: absolute;
  top: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 0;
  width: 100%;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease
}
.emc__thumbnail-overlay.orange {
  background-color: #e35e61;
  border-bottom: 5px solid #e35e61
}
.emc__thumbnail-overlay.purple {
  background-color: #472b6f;
  border-bottom: 5px solid #472b6f
}
.emc__thumbnail-overlay.blue {
  background-color: #3c6aa8;
  border-bottom: 5px solid #3c6aa8
}
.emc__thumbnail-text {
  color: #fdfeff;
  font-family: BioRhyme;
  font-size: 36px;
  letter-spacing: .02em;
  line-height: 44px
}
.emc__content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}
.emc__title {
  color: #26282b;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  margin-bottom: 10px
}
@media (min-width:576px) {
  .emc__title {
    font-size: 30px;
    line-height: 38px
  }
}
.emc__desc {
  color: #454c53;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 15px
}
@media (min-width:576px) {
  .emc__desc {
    font-size: 18px;
    font-weight: 28px
  }
}

@media (min-width:576px) {
  .emc__thumbnail img {
      height: 320px;
      object-fit: cover;
  }
  }
  @media (max-width:575px) {
  .emc__thumbnail img {
      height: 170px;
      object-fit: cover;
  }
  .emc__thumbnail-text {
    font-size: 25px;
}
  }
/*# sourceMappingURL=maps/explore-more-content.css.map */


@media (max-width:991px) {
    .emc {
        padding-top: 0px;
      }
    }


