.blog-section{flex-direction:row}.blog-left-column,.blog-section{display:flex;align-items:flex-start}.blog-left-column{width:350px;flex-direction:column;gap:8px}.blog-right-column{flex:1 1;margin-right:350px}.blog-category{display:flex;flex-direction:row;align-items:center;text-transform:uppercase;font-size:.8rem}.blog-category a{color:var(--text-color)}.blog-category i{margin-right:2px}.blog-hero-image{margin:45px 250px;max-height:350px;overflow:hidden;border-radius:8px}.blog-right-column h1{font-size:3rem;line-height:3.6rem}.blog-content{display:flex;flex-direction:column;align-items:stretch;margin-bottom:90px}.blog-content img{max-width:100%;height:auto;border-radius:8px;margin:30px auto}.blog-hero-image img{pointer-events:none;object-fit:cover;object-position:50% 50%;width:100%}.blog-subtitle{padding:20px 30px;box-sizing:border-box;background-color:var(--background-hover-color);color:var(--bold-text-color);border-radius:8px;font-size:1.1rem;margin-bottom:30px}.blog-metadata{color:var(--soft-text-color);font-size:.7rem;text-transform:uppercase;margin-bottom:30px}.blog-collection-container{display:flex;flex-direction:row;align-items:flex-start;gap:30px}.blog-right-panel{display:flex;flex-direction:column;gap:30px}.blog-footer{padding:30px}.blog-thumbnail-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:30px;gap:30px}.blog-post-thumbnail{display:flex;flex-direction:column;padding:30px;border-radius:8px;cursor:pointer}.blog-post-thumbnail:hover{background-color:var(--background-hover-color)}.blog-post-thumbnail>img{width:100%;height:200px;border-radius:8px;object-fit:cover;margin-bottom:15px}.blog-post-details{padding:0 15px 15px;color:var(--text-color);display:flex;flex-direction:column;flex:1 1}a.blog-post-thumbnail:hover{color:var(--text-color);text-decoration:none}.blog-title-column{min-width:250px;padding-right:60px}.blog-title-column h1{margin-top:60px;margin-bottom:15px;font-family:HSemiBold}.blog-title-column h2{font-family:Light;font-size:1.1rem}.blog-post-details p{flex:1 1;font-size:1rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-all}.blog-title-column>img{width:170px;margin-top:60px}.blog-timestamp{font-size:.7rem;margin-bottom:8px;text-transform:uppercase;color:var(--soft-text-color)}.blog-category-wrapper{display:flex;flex-direction:row;align-items:center;gap:8px;margin-top:30px;margin-bottom:15px}.blog-category-pill{background-color:var(--background-hover-color);border-radius:30px;padding:4px 15px;font-size:.7rem;text-transform:uppercase;color:var(--text-color)}.blog-category-pill:first-child{background-color:var(--green);color:var(--white)}.blog-category-pill:nth-child(2){background-color:var(--blue);color:var(--white)}.blog-category-pill:nth-child(3){background-color:var(--purple);color:var(--white)}.blog-category-pill:nth-child(4){background-color:var(--red);color:var(--white)}.blog-right-column{img+h2,ol+h2,p+h2,ul+h2{margin-top:2rem}}@media screen and (max-width:1100px){.blog-right-panel{width:100%}.blog-collection-container{flex-direction:column}.blog-title-column h1{margin-top:0}.blog-title-column>img{margin-top:30px}.blog-thumbnail-content{grid-template-columns:1fr}.blog-hero-image{margin:30px 0}.blog-section{flex-direction:column}.blog-right-column{margin-right:0}.blog-right-column h1{font-size:2.4rem;line-height:2.8rem;margin-bottom:8px}}