.article_files_list{width:100%;position:relative;z-index:10;margin:0 auto;padding:0;display:grid;grid-template-columns:repeat(4, 1fr);row-gap:2rem;column-gap:2rem}.article_files_list.owl-carousel{display:block}.article_files_list.owl-carousel .item{width:calc(25% - (3 * 2rem / 4) * 1);margin-right:2rem}.article_files_list .btn{white-space:normal;position:relative;justify-content:space-between}.article_files_list .btn::after{content:"";position:relative;width:1.25rem;height:1.25rem;background:#fff;-webkit-mask-image:url('../../../../img/download_icon.svg');mask-image:url('../../../../img/download_icon.svg');-webkit-mask-repeat:no-repeat;-webkit-mask-position:center center;-webkit-mask-size:1.25rem 1.25rem;mask-repeat:no-repeat;mask-position:center center;mask-size:1.25rem 1.25rem;transition:all 400ms ease 0ms}@media screen and (max-width:1280px){.article_files_list{grid-template-columns:repeat(3, 1fr);row-gap:2rem;column-gap:2rem}.article_files_list.owl-carousel{display:block}.article_files_list.owl-carousel .item{width:calc(33.33333333% - (2 * 2rem / 3) * 1);margin-right:2rem}}@media screen and (max-width:1000px){.article_files_list{grid-template-columns:repeat(2, 1fr);row-gap:1.5rem;column-gap:1.5rem}.article_files_list.owl-carousel{display:block}.article_files_list.owl-carousel .item{width:calc(50% - (1 * 1.5rem / 2) * 1);margin-right:1.5rem}}@media screen and (max-width:600px){.article_files_list{grid-template-columns:repeat(1, 1fr);row-gap:1rem;column-gap:1rem}.article_files_list.owl-carousel{display:block}.article_files_list.owl-carousel .item{width:calc(100% - (0 * 1rem / 1) * 1);margin-right:1rem}}