@media (min-width: 992px) {
  section.header-news {
    padding: 50px 0;
  }
}
section.header-news h1 {
  font-weight: 600;
  letter-spacing: 0;
  font-size: 30px;
  line-height: 32px;
  text-align: center;
}
@media (min-width: 992px) {
  section.header-news h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
section.header-news h3 {
  color: #BDBDBD;
  text-transform: uppercase;
  font-size: 18px;
}
section.header-news .box {
  border-radius: 8px;
  background-color: #E3ECFC;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
  padding: 10px;
  font-size: 14px;
  line-height: 24px;
}
@media (min-width: 992px) {
  section.header-news .box {
    text-align: left;
    padding: 25px 38px;
    font-size: 22px;
    line-height: 34px;
  }
}

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