:root{--primary-f:var(--font-inter),sans-serif;--secondary-f:var(--font-ivy-presto),sans-serif;--black:#000;--white:#fff;--blue:#213b65;--blue-l:#24b9d1;--gray:#d9e3e0;--orange:#eb6a2f;--yellow:#f4b800;--primary-c:var(--blue);--secondary-c:#ccc;--danger-c:red;--footer-height:13rem;--wrap:1860;--p-page:30;--p-margin:20rem;--header-height:calc(9.4rem + 6.6rem);--radius:3rem}@media screen and (max-width:1023px){:root{--wrap:768;--p-page:45;--p-margin:10rem;--header-height:calc(7.2rem + 4.8rem);--radius:2rem}}@media screen and (max-width:480px){:root{--wrap:368;--p-page:13;--p-margin:12rem}}.news-screen{padding:calc(var(--header-height) + var(--p-margin)/2)0px;padding-bottom:calc(var(--p-margin)/2);background-color:var(--gray);align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}@media screen and (max-width:1023px){.news-screen{padding:calc(var(--header-height) + var(--p-margin)/2)3rem calc(var(--p-margin)/2);text-align:center;background-color:var(--yellow);min-height:1px}}.news-screen__wrap{gap:10rem;display:flex}@media screen and (max-width:1023px){.news-screen__wrap{justify-content:center}}.news-screen__title{flex-grow:1;margin-top:-.2em}.news-screen__right{border-left:.5px solid var(--blue);justify-content:flex-end;align-items:flex-start;display:flex}@media screen and (max-width:1023px){.news-screen__right{display:none}}.news-screen__content{flex-direction:column;max-width:46.5rem;padding:3rem 2rem;display:flex}.news-screen__content-subtitle{letter-spacing:-.02em;margin-bottom:2.5rem;font-size:2.8rem;font-weight:600}.news-screen__content-title{margin-bottom:3.7rem}.news-screen__content-text{-webkit-line-clamp:3;text-overflow:ellipsis;-webkit-box-orient:vertical;margin-bottom:1.52rem;display:-webkit-box;overflow:hidden}.news-screen__img{border-radius:var(--radius);width:60rem;display:block;overflow:hidden}.news-screen__img img{transition:transform .35s ease-out}.news-screen__img:hover img{transform:scale(1.05)}@media screen and (max-width:1023px){.news-screen .decore{display:none}}
