@charset "UTF-8";.news-page .news-container{max-width:960px;margin:0 auto;padding:2rem 1rem}.news-page .news-container .news-heading{font-size:3rem;font-weight:700;text-align:left;color:#661d1d}.news-page .news-container .news-subheading{font-size:1.5rem;text-align:right;margin:1.5rem 0 6rem;font-weight:700;color:#333}.news-page .news-container .news-page-article-detail{display:block;margin-bottom:1rem;text-decoration:none;border-radius:8px;overflow:hidden;box-shadow:0 2px 5px rgba(0,0,0,.05);transition:all .3s ease}.news-page .news-container .news-page-article-detail table{width:100%;border-collapse:collapse}.news-page .news-container .news-page-article-detail table th{width:25%;text-align:left;color:#1f9cb0;font-weight:700;padding:.5rem 0;transition:color .3s ease}.news-page .news-container .news-page-article-detail table td{width:75%;color:#444;padding:.5rem 0;transition:color .3s ease}.news-page .news-container .news-page-article-detail:hover{background-color:#1f9cb0;box-shadow:0 6px 15px rgba(0,0,0,.15);transform:translateY(-3px)}.news-page .news-container .news-page-article-detail:hover table th,.news-page .news-container .news-page-article-detail:hover table td{color:#fff}.news-page .news-container .news-page-article-detail:hover table td{border-bottom-color:rgba(255,255,255,.3)}@media (max-width:768px){.news-page .news-container .news-subheading{margin-top:1rem;margin-bottom:2rem}.news-page .news-page-article table th,.news-page .news-page-article table td{display:block;width:100%}.news-page .news-page-article table td{margin-top:.25rem}}@media (max-width:460px){.news-page .news-container .news-page-article-detail table th{font-size:.6rem}.news-page .news-container .news-page-article-detail table th{font-size:.7rem;font-weight:700}}