@media screen and (max-width: 1200px) {
  .press-header .press-header-title p {
    font-size: var(--banner-title-font-size); }
  .press-header > img {
    width: 30%; }

  .press-list .press-item .thumb-img {
    height: 280px; }

  .press-list .press-item {
    width: 45%;
    margin: 15px 2.5%; }
    .press-list .press-item.first-item {
      width: 100%; }
      .press-list .press-item.first-item > a {
        display: block; }

  .section-bottom .section-bottom-text {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    font-size: var(--box-desc-font-size);
    padding: 15px 0; }
  .section-bottom > img {
    display: none; } }
@media screen and (max-width: 640px) {
  .press-list .press-item .title {
    padding: 10px;
    font-size: 14px; }
  .press-list .press-item .created-at {
    padding: 10px;
    padding-top: 0; }
  .press-list .press-item.first-item {
    width: 100%;
    flex-direction: column;
    margin-bottom: 20px; }
    .press-list .press-item.first-item > a {
      display: block;
      width: 100%; }
    .press-list .press-item.first-item > div {
      width: 100%; }
    .press-list .press-item.first-item .created-at {
      margin-top: 15px;
      padding: 0; }
    .press-list .press-item.first-item .title {
      padding: 0; }
    .press-list .press-item.first-item .description {
      padding: 0;
      font-size: 12px; }
    .press-list .press-item.first-item .read-more {
      margin-top: 15px; } }

/*# sourceMappingURL=press.css.map */
