.news-item{background-color:var(--block-bg);border-radius:10px;box-shadow:0 2px 8px #63636333;box-shadow:0 3px 8px #0000003d;overflow:hidden}.news-item .image{height:200px;-o-object-fit:cover;object-fit:cover;width:100%}.news-item .body{display:flex;flex-direction:column;gap:12px;padding:20px}.news-item .body .title{font-size:1rem;font-weight:600}.news-item .body .desc{font-size:.875rem;font-weight:400}.news-item .body .date{color:var(--opacity-text);font-size:.875rem;font-weight:500;text-align:right}@media only screen and (min-width:600px){.news-item .image{height:250px}.news-item .body .title{font-size:1.125rem}.news-item .body .desc{font-size:1rem}}@media only screen and (min-width:1440px){.news-item .image{height:auto;max-height:450px;min-height:300px}.news-item .body .title{font-size:1.375rem}.news-item .body .desc{font-size:1rem}}
