section.blog-index .wrapper .filters{margin-bottom:48px}section.blog-index .wrapper .filters .accordion-wrapper.open .accordion svg{transform:rotate(0)}section.blog-index .wrapper .filters .accordion-wrapper .accordion svg{width:24px;height:fit-content;min-width:24px;min-height:fit-content}section.blog-index .wrapper .cats{display:flex;align-items:center;justify-content:flex-start;flex-direction:row;flex-wrap:wrap;gap:16px;margin-bottom:16px}section.blog-index .wrapper .cats .cat{padding:16px;background:#efefef;color:#676868;text-align:center;transition:all .3s ease}section.blog-index .wrapper .cats .cat:hover{background:#3F3F3F;text-decoration:none!important;color:#fff}section.blog-index .wrapper .cats .cat.active{background:#4FB973;text-decoration:none!important;color:#fff}section.blog-index .wrapper .posts{display:grid;grid-template-columns:1fr;column-gap:auto;row-gap:auto;gap:32px}section.blog-index .wrapper .posts .post:hover{text-decoration:none!important}section.blog-index .wrapper .posts .post:hover .thumbnail img{transform:scale(1.1)}section.blog-index .wrapper .posts .post:hover h4{color:#4fb973}section.blog-index .wrapper .posts .post .thumbnail{background:#C1C1C1;aspect-ratio:1.08/1;width:100%;border-radius:8px;overflow:hidden;margin-bottom:16px}section.blog-index .wrapper .posts .post .thumbnail img{width:100%;height:100%;object-fit:cover;transition:all .3s ease}section.blog-index .wrapper .posts .post h4{font-family:Lato,sans-serif;font-weight:500;font-size:1.5rem;color:#676868;line-height:1.3;height:63px;overflow:hidden;transition:all .3s ease}section.blog-index .wrapper .posts .post .wrap:not(:first-child){display:flex;align-items:flex-start;justify-content:space-between;flex-direction:row;flex-wrap:auto;gap:16px}@media only screen and (min-width: 601px){section.blog-index .wrapper .posts{grid-template-columns:1fr 1fr}}@media only screen and (min-width: 992px){section.blog-index .wrapper .posts{grid-template-columns:1fr 1fr 1fr}section.blog-index .wrapper .posts .post h4{font-size:2rem;height:125px}}
