.news__title{width:100%}.news .row{gap:calc(var(--gap) * 2);display:flex}.news__posts{gap:30px var(--gap);flex-wrap:wrap;width:100%;display:flex}.news .post{width:calc(50% - var(--gap) / 2);align-items:flex-start;gap:var(--gap);display:flex}.news .post__image{object-fit:cover;background:var(--gray);width:240px;height:160px;transition:opacity var(--transition);border-radius:10px;flex:0 0 240px}.news .post:hover .post__image{opacity:.85}.news .post__content{width:100%;min-width:0}.news .post_publish{color:var(--night-gray);margin-bottom:6px;font-size:12px}.news .post__title{transition:color var(--transition);margin-bottom:0;font-size:16px;font-weight:700;line-height:1.35}.news .post:hover .post__title{color:var(--accent-dark)}.news .post__text{color:var(--light);margin-top:8px;font-size:14px;line-height:1.5}@media only screen and (max-width:1260px){.news__posts,.news .row{gap:20px}.news .post{gap:20px;width:calc(50% - 10px)}.news .post__image{flex-basis:200px;width:200px;height:140px}}@media only screen and (max-width:900px){.news .row{flex-wrap:wrap}.news .post{gap:16px;width:100%}}@media only screen and (max-width:500px){.news__posts{gap:34px}.news .post{flex-wrap:wrap;gap:12px}.news .post__image{object-fit:cover;flex-basis:auto;width:100%;height:190px}.section-news ol,.section-news ul{padding-left:25px}}
