.latest-news{.header-container{align-items:center;display:flex;justify-content:space-between;margin-bottom:64px}@media screen and (max-width:1024px){.header-container{margin-bottom:40px}}.news-grid{display:grid;gap:32px;grid-template-columns:1fr 740px}@media screen and (max-width:1600px){.news-grid{gap:24px;grid-template-columns:1fr 700px}}@media screen and (max-width:1280px){.news-grid{grid-template-columns:1fr 600px}}@media screen and (max-width:1024px){.news-grid{gap:48px;grid-template-columns:1fr}}@media screen and (max-width:767px){.news-grid{gap:24px}}.featured-column{display:flex;flex-direction:column}.featured-image{background:#d9d9d9;border-radius:32px;display:block;margin-bottom:32px;overflow:hidden}@media screen and (max-width:600px){.featured-image{border-radius:16px}}.featured-image img{display:block;height:100%;object-fit:cover;object-position:right;transition:all .3s ease;width:100%}.featured-column:hover .featured-image img{scale:1.05}.news-item{border-radius:16px;display:grid;grid-template-columns:1fr 1fr;margin-bottom:32px;overflow:hidden}@media screen and (max-width:1280px){.news-item h3{font-size:18px!important;line-height:120%!important}}@media screen and (max-width:767px){.news-item h3{font-size:16px!important}.news-item{margin-bottom:24px}}@media screen and (max-width:600px){.news-item{grid-template-columns:1fr}}.news-item:last-child{margin-bottom:0}.title-column{background:var(--blue-black,linear-gradient(180deg,#120c0c 0,#172242 100%));padding:28px 24px}@media screen and (max-width:1280px){.title-column{padding:20px}}@media screen and (max-width:767px){.title-column{padding:20px 16px}}.image-column{overflow:hidden}.image-column img{height:100%;object-fit:fill;transition:all .3s ease;width:100%}.news-item:hover .image-column img{scale:1.05}@media screen and (max-width:600px){.image-column{order:1}.title-column{order:2}}}