.pagination.section{display:flex;padding:60px 30px;max-width:1900px;flex-direction:row;justify-content:center}.pagination.section .btn{flex:1 1 50%;max-width:200px}.pagination.section .btn.prev{background:#f7e0a0}.news-wrapper{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-start;padding:60px 30px;max-width:1900px;margin:0 auto;transition-duration:.3s}.news-wrapper .card{background:#fff;color:inherit;flex:1 1 20%;border:solid 2px rgba(225,225,225,.2196078431);text-decoration:none;border-radius:2px;box-shadow:inset 13px 8px 20px 11px rgba(131,131,131,.0392156863);min-width:200px;max-width:400px;transition-duration:.3s;display:flex;flex-direction:column;justify-content:space-between;padding:20px;gap:10px}.news-wrapper .card .header{font-weight:800;height:60px}.news-wrapper .card .caption{font-size:10pt;height:80px;max-height:80px;overflow-y:auto;color:#5e5d5d}.news-wrapper .card img{width:100%;height:100%;aspect-ratio:5/3;object-fit:cover}.news-wrapper .card:hover{background:#f1f1f1;border-color:rgba(255,199,44,.4)}.news-wrapper .card .btn{max-width:100px}@media(max-width: 1200px){.news-wrapper{padding:60px 20px}.news-wrapper .card{flex:1 1 40%}}@media(max-width: 900px){.news-wrapper{padding:20px 0px;justify-content:center}.news-wrapper .card{flex:1 1 100%}}
