.blog-list-image,.blog-list-outter{border-radius:var(--global-radius)}.blog-list{margin-bottom:5rem}.blog-list-image{width:100%;margin-bottom:.5rem}.blog-list-title{margin-bottom:.5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.blog-list-description{height:4.4rem;overflow:hidden;text-overflow:ellipsis}.blog-list-outter{padding:1rem;background-color:#fff;box-shadow:0 .375rem 1.5rem 0 rgba(140,152,164,.125);margin-bottom:1rem;cursor:pointer;transition:transform .2s ease-in-out}.pages{list-style:none;padding:0;margin:3rem 0 0;display:flex;gap:.5rem;flex-wrap:wrap}.mid-page:hover,.next-page:hover,.page:hover,.pages .active,.prev-page:hover{background-color:var(--color-primary);color:#fff}.mid-page,.next-page,.page,.prev-page{padding:.7rem 1rem;border-radius:var(--global-radius);background-color:#f8f8f8;cursor:pointer}.blog-list-outter:hover{transform:translateY(-.2rem)}.blogList .active{display:block}@media screen and (max-width:430px){.gutter,.pages{padding:0 1rem}}