.home-blog-categories{background:#f8f8f8;padding:80px 48px}.home-blog-categories-title{margin-bottom:48px;text-align:center}.home-blog-categories-title h2{font-size:36px;font-weight:700;margin:0 0 8px}.home-blog-categories-title p{font-size:16px;font-weight:500;margin:0}.home-blog-categories-items{display:grid;gap:24px;grid-template-columns:repeat(4,1fr);margin:auto;max-width:1200px}.home-blog-categories-items>article{background:grey;border-radius:10px;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;position:relative}.home-blog-categories-items>article:first-of-type{grid-column:span 2;grid-row:span 3}.home-blog-categories-items>article:nth-of-type(2){grid-column:span 2}.home-blog-categories-items>article:nth-of-type(3){grid-row:span 2}.home-blog-categories-items>article img{bottom:0;display:block;height:100%;left:0;object-fit:cover;position:absolute;right:0;top:0;transition:.3s;width:100%!important;z-index:0}.home-blog-categories-items>article:before{background:#000;bottom:0;content:"";left:0;opacity:.5;position:absolute;right:0;top:0;transition:.3s;z-index:1}.home-blog-categories-items>article>div{background:linear-gradient(180deg,transparent,rgba(0,0,0,.7));color:#fff;padding:48px 24px 24px;position:relative;z-index:2}.home-blog-categories-items>article h3{font-size:21px;font-weight:500;margin:0 0 6px}.home-blog-categories-items>article p{font-size:12px;font-weight:400;margin:0 0 16px;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box}.home-blog-categories-items>article a{color:#fff;font-size:17px;font-weight:500;text-decoration:underline}.home-blog-categories-items>article:hover img{transform:scale(1.1)}.home-blog-categories-cta{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin:48px 0 0}@media screen and (max-width:1000px){.home-blog-categories-items{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:767px){.home-blog-categories-items{grid-template-columns:1fr}.home-blog-categories-items>article:first-of-type{grid-column:span 1;grid-row:span 1}.home-blog-categories-items>article:nth-of-type(2){grid-column:span 1}.home-blog-categories-items>article:nth-of-type(3){grid-row:span 1}}