.more-articles {
  width: 100%;
  text-align: center;
  margin: 20px 0;
}

.more-articles > div {
  display: inline-block;
  cursor: pointer;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #004ea2;
  background-color: #ffffff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  padding: 18px 20px;
}


@media 
only screen 
and (max-width : 799px) , 
only screen 
and (max-device-width : 799px) { 
  .more-articles > span {
      line-height: 30px;
      font-size: 16px;
  }
}

