@charset "utf-8";
/*sec_news----------------*/
.sec_news{
  padding-bottom: 150px;
}
@media screen and (max-width :834px) {
  .sec_news{
    padding-bottom: 90px;
  }
}
/*sec_article----------------*/
.sec_article{
  padding-bottom: 150px;;
}
@media screen and (max-width :834px) {
  .sec_article{
    padding-bottom: 90px;
  }
}