.other-news{padding-top:80px;padding-bottom:140px;background-color:hsl(var(--background));grid-template-columns:550px 1fr;gap:30px}@media (max-width:1536px){.other-news{grid-template-columns:1fr;padding-top:60px;padding-bottom:100px}}@media (max-width:768px){.other-news{padding-top:40px;padding-bottom:80px}}.other-news .container{display:flex;flex-direction:column;gap:60px}@media (max-width:1024px){.other-news .container{gap:50px}}@media (max-width:768px){.other-news .container{gap:40px}}.other-news__content{display:flex;flex-direction:column;gap:20px}@media (max-width:768px){.other-news__content{gap:15px}}.other-news__title{font-size:4rem;font-weight:400;line-height:1.2}@media (max-width:1024px){.other-news__title{font-size:3rem}}@media (max-width:768px){.other-news__title{font-size:2.5rem}}@media (max-width:640px){.other-news__title{font-size:2rem}}.other-news__description{font-size:1.5rem;line-height:1.6}@media (max-width:768px){.other-news__description{font-size:1rem}}.other-news__cards{width:100%;margin-top:150px}@media (max-width:1536px){.other-news__cards{margin-top:0}}.other-news__cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}@media (max-width:768px){.other-news__cards-grid{grid-template-columns:1fr;gap:20px}}