.blog-cards-wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:60px}.blog-card{border-radius:15px;background:#fff;box-shadow:0 0 25px rgba(0,0,0,.25);padding-bottom:20px;position:relative;text-align:center}.blog-card.orange:hover{background-color:var(--orange)}.blog-card.red:hover{background-color:var(--red)}.blog-card.blue:hover{background-color:var(--primary)}.blog-card.green:hover{background-color:var(--green)}.blog-card.orange h4 a{color:var(--orange)}.blog-card.red h4 a{color:var(--red)}.blog-card.blue h4 a{color:var(--primary)}.blog-card.green h4 a{color:var(--green)}.blog-card:hover h4 a,.blog-card:hover h5 a{color:var(--white)}.blog-card .blog__thumbnail>img{width:100%;aspect-ratio:1/.65;object-fit:fill;border-top-left-radius:15px;border-top-right-radius:15px}.blog-card .blog__tag_icon{margin-top:-25px;max-width:45px!important}@media screen and (max-width:567.98px){.blog-cards-wrapper{display:grid;grid-template-columns:repeat(1,1fr);gap:30px}.blog-mxs{margin-top:25px;justify-content:flex-start}}@media screen and (min-width:568px) and (max-width:766.98px){.blog-cards-wrapper{display:grid;grid-template-columns:repeat(1,1fr);gap:30px}}@media screen and (min-width:767px) and (max-width:991.98px){.blog-cards-wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}}