.latest-news-container{width:100%;padding:0;margin:0}.latest-news-banner{text-align:center;padding:50px 20px;background:#000;color:white}.latest-news-banner h2{font-size:18px;margin-bottom:10px;letter-spacing:1px}.latest-news-banner h1{font-size:32px;font-weight:800;margin-bottom:10px}.latest-news-banner p{max-width:650px;margin:auto;font-size:16px;opacity:.8}.latest-news-year-section{width:90%;margin:40px auto}.latest-news-year-title{font-size:26px;font-weight:700;margin-bottom:25px;border-bottom:2px solid red;display:inline-block;padding-bottom:5px}.latest-news-grid{display:grid;grid-template-columns:repeat(3,1fr)}.latest-news-card{border:1.5px solid #dcdcdc;padding:20px;background:#fff;min-height:180px;display:flex;flex-direction:column;justify-content:space-between}.latest-news-date{font-size:18px;font-weight:700;margin-bottom:10px}.latest-news-title{font-size:17px;margin-bottom:15px;font-weight:500}.latest-news-readmore{align-self:flex-start;padding:8px 15px;background:#D1202B;color:white;font-size:14px;border-radius:3px;text-decoration:none;transition:.3s;font-size:17px}.latest-news-readmore:hover{background:#b30000}@media (max-width:992px){.latest-news-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.latest-news-banner h1{font-size:24px}.latest-news-grid{grid-template-columns:1fr}.latest-news-year-title{font-size:22px}}