@media screen and (max-width: 767px) {
}@media (min-width: 768px) {
}@media (min-width: 768px) {
}@media (max-width: 767px) {
}@media (min-width: 768px) {
}@media (min-width: 768px) {
}@media (max-width: 767px) {
}@media (max-width: 767px) {
}body {
  background: #f8f8f8;
}
.cwt-home .story-slide .swiper-container {
  width: 100%;
  height: 100%;
}
.cwt-home .story-slide .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cwt-home .story-slide .swiper-slide img {
  width: 100%;
  height: 100%;
}
.cwt-home .main-block .block-list {
  margin-top: 40px;
}
.cwt-home .main-block .block-list h1 {
  text-transform: uppercase;
  padding: 20px 0;
}
.cwt-home .main-block .block-list h1 a {
  color: #e01515;
}
.cwt-home .main-block .block-list .story-list {
  padding-top: 10px;
}
.cwt-home .main-block .block-list .lg-item {
  margin-bottom: 3%;
}
@media (max-width: 767px) {
  .stories .col-md-7 .row .col-md-6:first-child {
    padding-right: 3% !important;
  }
  .stories .col-md-7 .row .col-md-6:last-child {
    padding-left: 0 !important;
  }
}
