.papers .wrapper{display:flex;flex-direction:column;gap:45px}.papers .team__title{margin-bottom:48px}.papers__info{width:100%;max-width:100%}.articles-header{width:100%;display:flex;align-items:center;justify-content:space-between}.articles-header__btn{width:308px;height:55px;display:flex;justify-content:center;align-items:center;border:1px solid var(--stroke-strong-900,#0a0d14);color:#0a0d14;text-align:center;font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:130.5%;letter-spacing:.84px;text-decoration:none;transition:all .5s ease}.articles-header__btn:hover{background:#fa3d33 radial-gradient(91.03% 223.07% at 8.97% 0,#fa3d33 2.73%,#ee8b52 100%);color:#fff;transition:all .5s ease;border-image:linear-gradient(#fa3d33,#ee8b52) 30;border-width:1px;border-style:solid}.all-papers{color:var(--fill-1,#fa3d33);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:130.5%;letter-spacing:.84px;-webkit-text-decoration-line:underline;text-decoration-line:underline;text-transform:uppercase}.papers-list{display:-ms-grid;display:grid;-ms-grid-columns:1fr 25px 1fr;grid-template-columns:repeat(2,1fr);grid-gap:25px}.papers-item{border:1px solid var(--stroke-soft-200,#e2e4e9);background:var(--bg-white-0,#fff);padding:30px;display:-webkit-box;display:-ms-flexbox;gap:24px}.papers-header,.papers-item{display:flex;flex-direction:column}.papers-header{gap:10px}.papers-header__head{display:flex;gap:40px;height:80px;justify-content:space-between}.papers-header__title{color:#0a0d14}.papers-header__image{min-width:64px;min-height:64px;width:64px;height:64px;border-radius:10px;overflow:hidden}.papers-header__image img{width:100%;height:100%;object-fit:cover}.papers-header__text{color:#525866;height:48px}.papers-main{display:flex;flex-direction:column;gap:10px}.papers-main__date{color:#868c98}.papers-main__foot{display:flex;align-items:flex-end;justify-content:space-between}.papers-main__detail{color:#0a0d14;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:133.333%;letter-spacing:-.202px}@media(max-width:920px){.papers .wrapper{gap:25px}.papers-list{grid-template-columns:1fr;gap:15px}.papers-header__head{flex-direction:column-reverse;gap:25px;height:auto}.papers-main__foot{flex-direction:column;align-items:flex-start;gap:25px}.articles-header__btn{width:100%}}