.page-blog{min-height:100vh;background:#fff}.section-blog{padding-top:140px;padding-bottom:80px}@media(min-width:768px)and (max-width:1149px){.section-blog{padding-top:100px;padding-bottom:60px}}@media(max-width:767px){.section-blog{padding-top:80px;padding-bottom:40px}}.section-blog h1{margin-bottom:40px}.section-blog .posts-list{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}@media(min-width:768px)and (max-width:1149px){.section-blog .posts-list{grid-template-columns:repeat(2,1fr);gap:20px}}@media(max-width:767px){.section-blog .posts-list{grid-template-columns:1fr;gap:20px}}.section-blog .posts-list article a{display:block;text-decoration:none}.section-blog .posts-list article a:hover h2{color:#9dae20}.section-blog .posts-list article a figure{margin:0;overflow:hidden;border-radius:8px;margin-bottom:16px}.section-blog .posts-list article a figure img{width:100%;height:200px;-o-object-fit:cover;object-fit:cover;transition:all .25s ease!important}.section-blog .posts-list article a:hover figure img{transform:scale(1.05)}.section-blog .posts-list article a h2{font-size:14px;line-height:140%}@media(min-width:768px)and (max-width:1149px){.section-blog .posts-list article a h2{font-size:12px}}@media(max-width:767px){.section-blog .posts-list article a h2{font-size:12px}}.section-blog .posts-list article a h2{color:#000;margin:0 0 8px 0;transition:all .25s ease!important}.section-blog .posts-list article a time{font-size:14px;color:#000}.section-blog .pagination{margin-top:40px}.section-blog .pagination ul{list-style:none;display:flex;gap:8px;justify-content:center;margin:0;padding:0}