section#header-first-articles {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
section#header-first-articles div.container-fluid {
  padding: 0px !important;
  background: #e1e1e1;
}
section#header-first-articles div.main-article-left {
  width: 70%;
}
section#header-first-articles div.main-article-right {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
section#header-first-articles div.main-article-right div.first-top-article {
  width: 100%;
  max-height: 315px;
  overflow: hidden;
}
section#header-first-articles div.main-article-right div.second-top-article {
  width: 50%;
}
section#header-first-articles div.main-article-right div.third-top-article {
  width: 50%;
}

/*# sourceMappingURL=header-slider.css.map */
