.blog-hero{align-items:center}.blog-hero,.blog-hero .hero-content{display:flex;flex-direction:column;gap:20px}.blog-hero .hero-content{height:100%;justify-content:space-between;max-width:70ch}.blog-hero .details{align-items:center;display:flex;flex-direction:row;gap:10px;padding-bottom:8px}.blog-hero .details .dot{background-color:currentColor;display:inline-block;height:3px;margin:0 10px;width:3px}.blog-hero .author{display:flex;flex-direction:row;gap:20px}.blog-hero .author img{height:70px;width:70px}.blog-hero .image{max-width:70ch;width:100%;& img{height:100%;object-fit:contain;width:100%}}.blog-hero .author .author-info{display:flex;flex-direction:column;justify-content:space-around}.blog-hero .author .author-info p{margin:0}.blog-hero .author .author-info a{color:var(--color-ocean);text-decoration:underline}.blog-hero .author.custom .author-info .author-name{color:#00a7b5}@media screen and (max-width:1024px){.blog-hero{align-items:center;flex-direction:column;height:unset}.blog-hero .hero-content{max-width:70ch;min-height:unset;width:100%}.blog-hero .image{align-self:center;height:fit-content;max-width:70ch;min-height:unset;min-width:unset;width:100dvw}}