.blog-hero{max-height:720px;min-height:500px;height:75vh;background-repeat:no-repeat;background-size:cover;background-position:50%;position:relative;overflow:hidden;font-family:var(--roboto-font)}@media only screen and (max-width:470px){.blog-hero{height:65vh}}.blog-hero .layer{background-color:rgba(0,0,0,.605);position:absolute;top:0;right:0;left:0;bottom:0;display:flex;align-items:center;justify-content:center;padding:160px 5.3% 60px}.blog-hero .layer .content{width:100%;max-width:1352px}.blog-hero .layer .content .blogCat{font-size:12px;text-transform:capitalize;color:#fff;padding:2px 12px;border-radius:18px;background-color:#000;font-weight:800}.blog-hero .layer .content h1{margin:14px 0;color:#fff;font-weight:800;font-size:clamp(24px,8vw,36px)}.blog-hero .layer .content .blogInfo{display:flex;align-items:center;gap:8px}.blog-hero .layer .content .blogInfo p{color:#fff;font-size:12px}