
.catalog .inner {gap: 40px;}
.catalog .wrap {flex-wrap: wrap; gap: 42px;}
.cat-card {flex: 1 1 288px; max-width: 320px; display: flex; flex-direction: column; justify-content: space-between; min-height: 390px; border-radius: 20px; gap: 15px;}
.cat-thumb {width: 100%; height: 400px; border: 1px solid #ccc; border-radius: 20px; background-size: cover; background-repeat: no-repeat;}
.cat-info {display: flex; justify-content: space-between; align-items: center; padding: 0 5px;}
.cat-download {background: #aaa; width: 40px; display: flex; justify-content: center; align-items: center; width: 40px; height: 40px; border-radius: 5px; transition: .3s ease;}
.cat-download i {color: #fff; font-size: 24px; font-weight: 300;}
.cat-download:hover {background: var(--brand-color3);}
.catalog .wrap .pagination {margin: 0 auto;}