.news{display:-ms-grid;display:grid;-ms-grid-rows:(auto)[3];grid-template-rows:repeat(3,auto);-ms-grid-columns:(1fr)[4];gap:60px 20px;gap:3.75rem 1.25rem;grid-template-columns:repeat(4,1fr)}@media only screen and (max-width:31.1875em){.news{-ms-grid-columns:1fr;grid-template-columns:1fr}}@media only screen and (min-width:31.25em) and (max-width:49.9375em){.news{-ms-grid-columns:(minmax(180px,400px))[2];grid-template-columns:repeat(2,minmax(180px,400px));-ms-grid-columns:(minmax(11.25rem,25rem))[2];grid-template-columns:repeat(2,minmax(11.25rem,25rem))}}@media only screen and (min-width:50em) and (max-width:62.4375em){.news{-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr)}}.news__item{display:-ms-grid;display:grid;-ms-grid-row-span:3;grid-row:span 3;-ms-grid-rows:subgrid;background-color:#fff;border-radius:10px;color:#000;gap:20px;gap:1.25rem;grid-template-rows:subgrid;padding-bottom:1.875rem;-webkit-transition:-webkit-box-shadow .4s ease-in-out;transition:-webkit-box-shadow .4s ease-in-out;transition:box-shadow .4s ease-in-out;transition:box-shadow .4s ease-in-out,-webkit-box-shadow .4s ease-in-out}.news__item:hover{-webkit-box-shadow:-2px 6px 25px 3px rgba(0,0,0,.48);box-shadow:-2px 6px 25px 3px rgba(0,0,0,.48);-webkit-box-shadow:-.125rem .375rem 1.5625rem .1875rem rgba(0,0,0,.48);box-shadow:-.125rem .375rem 1.5625rem .1875rem rgba(0,0,0,.48);color:#000;text-decoration:none}.news__item:hover .img{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.news__item:hover .arrow{margin-left:1.25rem}.news__image{border-radius:10px;height:300px;height:18.75rem;max-height:300px;max-height:18.75rem;min-height:300px;min-height:18.75rem;overflow:hidden}@media only screen and (max-width:37.4375em){.news__image{min-height:160px;min-height:10rem}}.news__image .img{border-top-left-radius:10px;border-top-right-radius:10px;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:-webkit-transform .4s ease-in-out;transition:-webkit-transform .4s ease-in-out;transition:transform .4s ease-in-out;transition:transform .4s ease-in-out,-webkit-transform .4s ease-in-out;width:100%}.news__content{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.news__content .arrow{-webkit-filter:brightness(0) saturate(100%) invert(15%) sepia(40%) saturate(1692%) hue-rotate(187deg) brightness(99%) contrast(102%);filter:brightness(0) saturate(100%) invert(15%) sepia(40%) saturate(1692%) hue-rotate(187deg) brightness(99%) contrast(102%);height:15px;height:.9375rem;-webkit-transition:margin-left .4s ease-in-out;transition:margin-left .4s ease-in-out;width:40px;width:2.5rem}.news__title{font-family:inter,arial,Helvetica,sans-serif;font-size:18px;font-size:1.125rem;font-weight:700;letter-spacing:1px;letter-spacing:.0625rem;line-height:1.5}@media only screen and (max-width:31.1875em){.news__title{font-size:16px;font-size:1rem}}.news__content{padding:0 1.875rem}@media only screen and (max-width:37.4375em){.news__content{padding:0 .9375rem}}