.header .header-main .flex-col.hide-for-medium.flex-left.flex-grow {
  width: 33%;
}
.header .header-main .flex-col.hide-for-medium.flex-right {
  width: 33%;
}
.header .header-main ul.header-nav.header-nav-main.nav.nav-right.nav-uppercase {
  flex-flow: nowrap;
  align-items: center;
  justify-content: space-between;
}

.pad-none {
  padding-bottom: 0 !important;
}

.c-img {
  position: relative;
  width: 100%;
  display: block;
  padding-top: 67%;
}

.box-blog-post .is-divider {
  display: none;
}

.posts-list ul {
  list-style: none;
  display: flex;
}
.posts-list ul li {
  width: 48%;
  margin: 0;
}
.posts-list ul li .post-thumbnail.c-img {
  padding-top: 125%;
}
.posts-list ul li .post-thumbnail.c-img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.post-1 h5.post-title a {
  display: -webkit-box !important;
  text-overflow: ellipsis;
  font-weight: 600;
  cursor: pointer;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  letter-spacing: -0.01em;
  font-size: 24px;
  line-height: 1.3;
}

.post-2 .post-title {
  display: -webkit-box !important;
  text-overflow: ellipsis;
  font-weight: 600;
  cursor: pointer;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  letter-spacing: -0.01em;
  font-size: 18px;
  line-height: 1.3;
  margin-top: 10px;
}

.post-3 h5.post-title a {
  display: -webkit-box !important;
  text-overflow: ellipsis;
  font-weight: 600;
  cursor: pointer;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  letter-spacing: -0.01em;
  font-size: 18px;
  line-height: 1.3;
  margin-top: 10px;
}/*# sourceMappingURL=style.css.map */