@charset "UTF-8";
#archives {
  padding-top: 8vw;
}


@media (max-width: 767px){
  #archives {
    padding-top: 13vw;
  }
}


