.blog__post__hero__section__container{background:#fafafa;padding-top:var(--header-height)}.blog__post__hero__section__container .hero__container{border-radius:8px;display:grid;gap:16px;grid-template-columns:40% 60%}.blog__post__hero__section__container .text-content{display:flex;flex-direction:column;gap:3rem;justify-content:space-between;padding:6rem 0}.blog__post__hero__section__container .tags{display:flex;gap:8px}.blog__post__hero__section__container .tags .tag{background:#eee;transition:.1s linear}.blog__post__hero__section__container .tags .tag:hover{background:var(--secondary-color);color:#fff}.blog__post__hero__section__container .title{color:#333;font-family:Poppins;font-size:36px;font-weight:700}.blog__post__hero__section__container .author{align-items:center;display:flex;gap:1rem}.blog__post__hero__section__container .author .author-avatar{background-color:#ccc;border-radius:50%;height:55px;object-fit:cover;width:55px}.blog__post__hero__section__container .blog__post__hero__section__container .author-info{display:flex;flex-direction:column}.blog__post__hero__section__container .author-name{color:#333;font-weight:700}.blog__post__hero__section__container .author-role{font-size:14px}.blog__post__hero__section__container .cover-image{align-items:center;display:flex;justify-content:center;overflow:hidden}.blog__post__hero__section__container .cover-image img{height:100%;object-fit:cover;width:100%}.blog__post__hero__section__container .reading-time{color:#000;display:flex;font-size:14px;margin-bottom:8px}@media (max-width:768px){.blog__post__hero__section__container .hero__container{display:flex;flex-direction:column-reverse;height:auto}.blog__post__hero__section__container .title{font-size:24px}.blog__post__hero__section__container .author-name,.blog__post__hero__section__container .author-role,.blog__post__hero__section__container .title{text-align:left}.blog__post__hero__section__container .text-content{gap:2rem;padding:2rem 0}}