.news-wrapper{background:linear-gradient(#0000 0%,#f2f6ff 100%);padding-block:5rem;scroll-margin-top:5rem}.news-container{flex-direction:column;gap:3rem;padding-bottom:3rem;display:flex}.news-header{justify-content:space-between;display:flex}.news-header-content{flex-direction:column;gap:1rem;display:flex}.news-header-title{color:#1e2430;font-size:2.25rem;font-weight:700}.news-header-desc{color:#4a4a4a;font-size:.875rem;font-weight:300}.news-tabs{background:#fff;border-radius:1rem;gap:1rem;height:max-content;padding:1rem;display:flex}.news-tab{text-align:center;cursor:pointer;background:#f3f7ff;border-radius:1rem;height:max-content;padding:.5rem 1rem;transition:background .3s,color .3s}.news-tab.active{color:#fff;background:#005dea}.news-content{grid-template-columns:repeat(4,1fr);gap:3rem;max-width:100%;display:grid;overflow:hidden}.news-empty{text-align:center;color:#00000080;grid-column:1/-1;padding:3rem 0;font-size:1rem}.news-card{flex-direction:column;justify-content:space-between;gap:1rem;display:flex}.news-card-image-wrapper{aspect-ratio:16/9;background:#d9d9d9;border-radius:1rem;overflow:hidden}.news-card-image{aspect-ratio:16/9;object-fit:contain;width:100%}.news-card-title{color:#1e2430;font-size:1rem;font-weight:500;line-height:1.5rem}.news-footer{text-align:center;justify-content:space-between;display:flex}.news-card-type-date{font-size:.75rem;font-weight:400}.news-footer-note{color:#4a4a4a;font-size:.875rem;font-weight:400}@media only screen and (max-width:768px){.news-content{grid-template-columns:1fr 1fr}}@media only screen and (max-width:475px){.news-content{grid-template-columns:1fr}.news-header-desc{font-size:.875rem}.news-header-title{font-size:1.5rem}.news-card-title{font-size:1rem}.news-card{border-bottom:1px solid #e0e0e0;padding-bottom:1rem}}
