#news section {
  padding: 60px 10px; }
#news h2 {
  text-align: center; }
#news main {
  padding: 50px 0; }
#news .articles {
  display: none;
  word-spacing: -0.3em;
  padding: 50px 0; }
  #news .articles article {
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 3);
    height: 200px;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 0 15px;
    border-left: 1px solid #e8e8e8;
    word-spacing: 0;
    text-align: left; }
    @media all and (max-width: 1120px) {
      #news .articles article {
        width: 50%; } }
    @media all and (max-width: 600px) {
      #news .articles article {
        width: 100%; } }
    #news .articles article time {
      font-size: 20px;
      font-weight: 600;
      font-style: italic;
      color: #7d0c14; }
    #news .articles article h3 {
      margin: 10px 0;
      text-decoration: underline;
      font-size: 20px; }
  #news .articles.active {
    display: block; }
#news .pagination {
  padding-top: 30px;
  word-spacing: -0.3em;
  text-align: center; }
  #news .pagination.first-page .prev {
    opacity: 0;
    pointer-events: none; }
  #news .pagination.last-page .next {
    opacity: 0;
    pointer-events: none; }
  #news .pagination button:not(.number) {
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    position: relative;
    border-radius: 10px;
    background: #70060e; }
    #news .pagination button:not(.number) .arrow {
      display: block;
      width: 6px;
      height: 6px;
      position: absolute;
      top: calc(50% - 3px);
      border-bottom: 1px solid white;
      transform: rotate(-45deg); }
    #news .pagination button:not(.number).prev .arrow {
      left: calc(50% - 2px);
      border-left: 1px solid white;
      transform: rotate(45deg); }
    #news .pagination button:not(.number).next .arrow {
      left: calc(50% - 4px);
      border-right: 1px solid white; }
  #news .pagination .number {
    vertical-align: middle;
    margin: 5px;
    line-height: 20px;
    font-size: 20px;
    font-weight: 600;
    color: #888888; }
    #news .pagination .number.active {
      color: black; }

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