.custom-blog-grid .blogs{display:flex;flex-wrap:wrap;justify-content:space-between}.custom-blog-grid .blogs .card{display:block;line-height:1;margin:0 10px 30px;width:calc(33.333% - 20px)}@media only screen and (max-width:900px){.custom-blog-grid .blogs .card{width:calc(50% - 20px)}}@media only screen and (max-width:700px){.custom-blog-grid .blogs .card{margin:0 0 20px;width:100%}}.blogs .card .blog-item{aspect-ratio:16/9;border-radius:10px;color:#fff;display:block;overflow:hidden;position:relative;text-decoration:none}.blog-item .image{inset:0;position:absolute;z-index:1}.blog-item .image:before{content:"";inset:0;opacity:.75;position:absolute;z-index:2}.blog-item .image.colour-yellow:before{background:#f3bc29}.blog-item .image.colour-orange:before{background:#f35729}.blog-item .image.colour-blue:before{background:#4a74e1}.blog-item .image.colour-lightblue:before{background:#4abfe1}.blog-item .image.colour-pink:before{background:#e14abf}.blog-item .image .src{background-position:50% 50%;background-size:cover;bottom:0;left:0;position:absolute;right:0;top:0;transition:all .6s ease;z-index:1}@media (min-width:1000px){.blog-item:hover .image .src{transform:scale(1.1);transition:all .6s ease!important}}.blog-item .text{bottom:0;left:0;padding:20px;position:absolute;right:0;z-index:2}.blog-item .text h4{color:#fff;font-size:14px;font-weight:700;line-height:20px;margin:0;padding:0;text-align:left;text-transform:uppercase}