.home-news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}.home-news-grid>a{min-height:210px;padding:28px;background:linear-gradient(145deg,rgba(31,22,14,.94),rgba(8,8,7,.98));border:1px solid rgba(217,162,59,.2);transition:.25s}.home-news-grid>a:hover{transform:translateY(-4px);border-color:rgba(217,162,59,.55)}.home-news-grid time{color:#d9a23b;font-size:10px}.home-news-grid h3{font:400 24px Georgia,serif;margin:18px 0 10px}.home-news-grid p{color:#929aa3;font-size:13px}.home-news-grid span{color:#e6b75b;font-size:11px}.events-strip{max-width:1120px;margin:0 auto 90px;padding:35px;display:grid;grid-template-columns:240px 1fr;gap:30px;background:linear-gradient(100deg,rgba(217,162,59,.09),rgba(9,8,7,.96));border:1px solid rgba(217,162,59,.23)}.events-strip h2{font:400 30px Georgia,serif;margin:5px 0}.event-list{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.event-list article{padding:15px;border-left:1px solid rgba(217,162,59,.28);display:flex;flex-direction:column}.event-list time{color:#e0aa46;font-size:10px}.event-list strong{margin:5px 0;font-family:Georgia,serif}.event-list small{color:#7e8790}@media(max-width:900px){.home-news-grid{grid-template-columns:1fr}.events-strip{margin:0 20px 70px;grid-template-columns:1fr}.event-list{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.event-list{grid-template-columns:1fr}}
