.p-documents{padding:100px 0}@media screen and (max-width: 1080px){.p-documents{padding:90px 0}}@media screen and (max-width: 810px){.p-documents{padding:80px 0}}@media screen and (max-width: 500px){.p-documents{padding:60px 0}}.p-documentsList{margin-top:50px;display:flex;flex-wrap:wrap;gap:30px 3%}@media screen and (max-width: 650px){.p-documentsList{margin-top:30px;gap:30px 2%}}@media screen and (max-width: 500px){.p-documentsList{flex-direction:documents;gap:30px 0}}.p-documentsList__item{flex:0 0 31.33%}@media screen and (max-width: 650px){.p-documentsList__item{flex:0 0 49%}}@media screen and (max-width: 500px){.p-documentsList__item{flex:0 0 100%}}.p-documentsList__image{position:relative;border-radius:10px 10px 0 0;aspect-ratio:321/178;overflow:hidden}.p-documentsList__desc{padding:30px 20px 22px;background-color:#fff;border-radius:10px;box-shadow:0 0 10px 0 rgba(0,0,0,.1)}.p-documentsList__desc .title{font-weight:bold;line-height:1.4;transition:color .3s}.p-documentsList__desc .text{margin-top:10px;font-size:1.4rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.p-documentsList__desc .moreButton{position:relative;margin:20px 0 0 auto;display:table;width:100%;border-radius:60px;padding:15px 30px;background-color:#2559b4;color:#fff;font-weight:bold;line-height:1;transition:opacity .3s}.p-documentsList__desc .moreButton:before{content:"";position:absolute;top:50%;transform:translateY(-50%);right:30px;width:13px;height:12px;background-size:contain;background-repeat:no-repeat;background-position:center;background-image:url("../../../../assets/images/documents/dl.svg")}.p-documentsList__desc .moreButton:hover{opacity:.6}