section.file-selector{margin-bottom:2.5rem;margin-top:2.5rem;position:relative;width:100%}@media (min-width:1024px){section.file-selector{margin-bottom:5rem;margin-top:5rem}}section.file-selector .container .file-list{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-auto-rows:minmax(0,1fr);grid-template-columns:repeat(1,minmax(0,1fr));justify-content:space-between;margin-top:1rem}@media (min-width:768px){section.file-selector .container .file-list{grid-template-columns:repeat(2,minmax(0,500px))}}section.file-selector .container .file-list article.file-card{display:flex;margin-top:1rem}@media (min-width:768px){section.file-selector .container .file-list article.file-card{margin-top:1.5rem}}