:root{--zero: 0;--xxs: 375px;--xs: 450px;--sm: 769px;--md: 980px;--lg: 1025px;--xl: 1100px;--2xl: 1280px;--3xl: 1440px;--4xl: 1920px}@media screen and (min-width: 980px){.md-max{display:none}}.files{margin:max(40px,min(12rem,120px)) auto}.files-items{display:flex;flex-direction:column;gap:40px;padding-left:0;margin:0 auto}.files-item{width:100%;margin:0 auto;display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;padding-bottom:16px;border-bottom:1px solid var(--light-grey)}@media screen and (max-width: 768px){.files-item{margin:0 var(--margin)}}@media screen and (max-width: 1024px){.files-item{flex-direction:column;gap:24px;width:auto}}.files-item>div:first-child{display:flex;flex-direction:column;gap:16px}.files-item>div:last-child{display:flex;align-items:flex-start;justify-content:flex-end;gap:16px}@media screen and (max-width: 1024px){.files-item>div:last-child{justify-content:space-between}}.files .file-tags{list-style:none;padding-left:0;display:flex;gap:16px;margin-bottom:16px;flex-wrap:wrap}.files .file-title{font-family:var(--font-primary);font-weight:800;font-size:20px;line-height:1.2;color:var(--gray)}.files .file-tag{border:1px solid var(--medium-grey);color:var(--medium-grey);border-radius:999px;padding:4px 8px;font-size:14px;line-height:1}.files .file-link{background:var(--pink);width:48px;height:48px;border-radius:50%;display:flex;justify-content:center;align-items:center;transition:background .3S var(--ease-out-quad)}.files .file-link:hover{background:var(--dark-pink)}.files .file .icon{width:20px;height:20px;color:var(--white)}
