.newsContentWrp{grid-area:main-cont;grid-column:1/3;grid-row:2/2;width:100%;min-width:0}@media(max-width:1024px){.newsContentWrp{grid-column:1/1;grid-row:2/3}}.newsContentInner{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;width:100%}@media(max-width:1024px){.newsContentInner{grid-template-columns:repeat(auto-fill,minmax(30rem,1fr));gap:3rem}}@media(max-width:1439px){html{font-size:8px}}@media(max-width:1279px){html{font-size:7px}}@media(max-width:1024px){html{font-size:2.666667vmin}}@media screen and (max-device-width:1366px)and (min-device-width:602px)and (orientation:portrait){html{font-size:2.2vmin}}@media screen and (max-device-width:1024px)and (min-device-width:768px)and (orientation:landscape)and (device-aspect-ratio:4/3){html{font-size:2.2vmin}}@media screen and (hover:hover){::-webkit-scrollbar{height:.3rem;width:.3rem}::-webkit-scrollbar-thumb{background-color:hsla(0,0%,100%,.15);border-radius:.2rem}::-webkit-scrollbar-track{background-color:hsla(0,0%,100%,.06)}}.new-section-container-holder{position:relative;z-index:1;width:100%}.newsBigContWrp{width:100%;min-width:0;border-radius:3rem;background-color:#2a3a46;padding:4rem;display:flex;flex-direction:column;gap:4rem;z-index:1}@media(max-width:1024px){.newsBigContWrp{background-color:transparent;padding:0;border-radius:initial}}.news-wrapper{display:grid;grid-template-rows:auto 11fr;grid-template-columns:1fr 1fr;grid-template-areas:"left-section right-section" "main-cont main-cont";grid-gap:4rem;gap:4rem;width:100%;height:100%;min-width:0;min-height:0}@media(max-width:1024px){.news-wrapper{gap:2rem;grid-template-rows:auto 10fr auto;grid-template-columns:12fr;grid-template-areas:"left-section" "main-cont" "right-section"}}.news-title{grid-area:left-section;grid-column:1/2;grid-row:1/2;width:100%;min-width:0}@media(max-width:1024px){.news-title{grid-column:1/1}}.newsTitleText{font-size:5.7rem;line-height:6rem;font-weight:900;color:#fff;text-transform:uppercase;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:1024px){.newsTitleText{font-size:3rem;line-height:3.2rem}}.news-button-cont{grid-area:right-section;grid-column:2/2;grid-row:1/2;width:100%}@media(max-width:1024px){.news-button-cont{grid-column:1/1;grid-row:3/3}}.news-button-row{display:flex;justify-content:flex-end;align-items:center;width:100%}@media(max-width:1024px){.news-button-row{justify-content:normal}}