#NewsListPage{display:flex;align-items:center;justify-content:center;gap:24px;flex-wrap:wrap;margin-top:150px;padding:0 32px 32px;width:100%}@media screen and (min-width:1024px){#NewsListPage{margin-top:200px;padding:0 8% 8% 100px}}#NewsListPage li{width:fit-content;height:fit-content;box-shadow:0 1px 5px -1px #000;border-radius:5px;cursor:pointer}#NewsListPage li a figure{position:relative;width:300px;height:370px}@media screen and (min-width:1024px){#NewsListPage li a figure{width:250px}}#NewsListPage li a figure img{object-fit:cover;aspect-ratio:1;height:250px!important}#NewsListPage li a figure figcaption{position:absolute;bottom:8px;height:calc(100% - 264px);padding:0 8px;font-family:var(--sora);font-size:14px;font-weight:600}