.overview.wrapper .content {
  text-align: center !important;
}
.overview.wrapper .content * {
  text-align: center !important;
}

.content + .overview_items,
.content + .products_container {
  padding-top: 40px;
  border-bottom: none;
}

.overview_items {
  display: inline-block;
  width: 100%;
}
.overview_items .error {
  color: #f91720;
  font-size: 1.6em;
  position: static;
  background: none;
  padding-top: 100px;
}
.overview_items .item.blog_post, .overview_items .item.overview {
  width: 24.25%;
  border: none;
  margin-right: 1%;
  background: #FFF;
  box-shadow: 2px 1px 16px 0px rgba(0, 0, 0, 0.15);
  padding-bottom: 40px;
  transform: scale(1);
  margin-bottom: 1%;
}
@media screen and (max-width: 1440px) {
  .overview_items .item.blog_post, .overview_items .item.overview {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1180px) {
  .overview_items .item.blog_post:nth-of-type(4n), .overview_items .item.overview:nth-of-type(4n) {
    margin-right: 0;
  }
  .overview_items .item.blog_post:nth-of-type(4n + 1), .overview_items .item.overview:nth-of-type(4n + 1) {
    clear: left;
  }
  .overview_items .item.blog_post:nth-last-of-type(1), .overview_items .item.blog_post:nth-last-of-type(2), .overview_items .item.blog_post:nth-last-of-type(3), .overview_items .item.blog_post:nth-last-of-type(4), .overview_items .item.overview:nth-last-of-type(1), .overview_items .item.overview:nth-last-of-type(2), .overview_items .item.overview:nth-last-of-type(3), .overview_items .item.overview:nth-last-of-type(4) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1180px) and (min-width: 800px) {
  .overview_items .item.blog_post, .overview_items .item.overview {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .overview_items .item.blog_post:nth-of-type(3n), .overview_items .item.overview:nth-of-type(3n) {
    margin-right: 0;
  }
  .overview_items .item.blog_post:nth-of-type(3n + 1), .overview_items .item.overview:nth-of-type(3n + 1) {
    clear: left;
  }
  .overview_items .item.blog_post:nth-last-of-type(1), .overview_items .item.blog_post:nth-last-of-type(2), .overview_items .item.blog_post:nth-last-of-type(3), .overview_items .item.overview:nth-last-of-type(1), .overview_items .item.overview:nth-last-of-type(2), .overview_items .item.overview:nth-last-of-type(3) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 800px) {
  .overview_items .item.blog_post, .overview_items .item.overview {
    width: 100%;
    margin-bottom: 30px;
  }
  .overview_items .item.blog_post:last-of-type, .overview_items .item.overview:last-of-type {
    margin-bottom: 0;
  }
}
.overview_items .item.blog_post .item_title h2, .overview_items .item.overview .item_title h2 {
  margin-bottom: 0.4em;
}
@media screen and (min-width: 1180px) {
  .overview_items .item.blog_post, .overview_items .item.overview {
    transition: opacity 400ms ease 0ms, transform 800ms ease 0ms, z-index 0ms ease 1200ms;
  }
  .overview_items .item.blog_post.fade, .overview_items .item.overview.fade {
    z-index: -1;
    opacity: 0;
    transform: scale(0);
  }
}
.overview_items .item.blog_post.remove, .overview_items .item.overview.remove {
  transform: scale(0);
  opacity: 0;
  transition: transform 600ms ease, opacity 600ms ease;
}
.overview_items .item.blog_post:hover, .overview_items .item.overview:hover {
  transition: opacity 400ms ease !important;
}

/*# sourceMappingURL=overview.css.map */