@media screen and (max-width:1440px) {
  .column_master .column_left,
  .column_master .column_right,
  .column_master .column_full{
    display: block;
    width: 100%;
    max-width: 960px;
    padding:0 20px; 
    margin: 0 auto 20px auto;
  }
  .list_story,
  .list_events{
    text-align: center;
  }
  .box_story,
  .box_events{
    width: calc(50% - 4px);
  }
  .list_website.grid8{
    grid-template-columns: repeat(4,1fr);
  }
}
@media screen and (max-width:1024px) {
  .swiper_story .box_story a,
  .swiper_events .box_events a{
    max-width: 450px;
  }
}
@media screen and (max-width:680px) {
  .box_news .left_university{
    width: 100%;
  }
  .box_news .right{
    width: 100%;
  }
  .list_website.grid8{
    grid-template-columns: repeat(3,1fr);
  }
}
@media screen and (max-width:640px) {
  .swiper_story .box_story a,
  .swiper_events .box_events a{
    max-width: 550px;
  }
}
@media screen and (max-width:480px) {
  .box_resources,
  .box_story,
  .box_event{
    width: 100%;
  }
}
@media screen and (max-width:460px) {
  .list_website.grid8{
    grid-template-columns: repeat(2,1fr);
  }
}
@media screen and (max-width:420px) {
  .column_news ul.tabs li {
    padding: 0 10px;
    font-size: 1em;
  }
  .column_news,
  .column_resources{
    padding: 20px 10px 6px 10px;
  }
  .column_news .tab_container {
    padding: 20px 0 0 0;
  }
}