.pagination{display:grid;gap:10px}.blog-tag-filter .blog-tag-filter__drop-down{border:1px solid #d7d7d7;border-radius:8px;max-width:240px;padding:6px;width:100%}.section-blog-pagination{background:#f1f3f5}.blog__pagination{display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}@media screen and (max-width:768px){.blog__pagination{display:grid;grid-template-columns:repeat(1,1fr)}}@media screen and (max-width:430px){.blog__pagination{display:grid;grid-template-columns:repeat(1,1fr)}}.post{background:#fff;border-radius:10px;box-shadow:5px 5px 20px rgba(0,0,0,.1)}.post .blog-card__image{border-bottom-left-radius:30px;border-bottom-right-radius:30px;border-top-left-radius:30px;border-top-right-radius:30px;min-height:270px;object-fit:cover;padding:20px;width:100%}.post .post__info{display:flex;flex-direction:column;gap:14px;padding:0 20px 20px}.post .post__info .tags{align-items:center;color:#686868;display:flex;gap:6px;gap:10px;margin-bottom:6px}.post .post__info .tags img{height:30px;width:30px}.post .post__info a{color:#fe4140;text-decoration:none}.post .post__info a:hover{color:#8b0075}.post footer{align-items:center;border-top:1px solid #0000001c;display:flex;gap:20px;margin-top:10px;padding:6px 0;text-align:left}.post footer img{border-radius:100%;max-width:40px;width:100%}