.blog-author-box{padding-bottom:var(--bab-pb-desktop,0);padding-top:var(--bab-pt-desktop,0)}.blog-author-box--bg-primary{background:var(--page-background-primary)}.blog-author-box--bg-primary-dark{background:var(--section-background-primary)}.blog-author-box--bg-secondary{background:var(--color-light-blue-120)}.blog-author-box--bg-light{background:var(--page-background-light)}.blog-author-box--bg-none{background:transparent}.blog-author-box__wrapper{margin:0 auto;max-width:var(--container-wide)}.blog-author-box__inner{align-items:start;display:grid;gap:2.4rem;grid-template-columns:4.4rem 1fr}.blog-author-box__avatar{border-radius:999rem;display:block;height:4.4rem;object-fit:cover;width:4.4rem}.blog-author-box__heading{color:var(--color-orange);font-family:var(--ff-body);font-size:2.4rem;font-weight:var(--fw-bold);line-height:1.2;margin:0 0 .8rem}.blog-author-box__desc{color:var(--text-color-dark);font-family:var(--ff-body);font-size:1.6rem;line-height:1.6}.blog-author-box__desc p{font-size:1.6rem;margin:0}@media (max-width:767px){.blog-author-box{padding-bottom:var(--bab-pb-mobile,0);padding-top:var(--bab-pt-mobile,0)}.blog-author-box__inner{flex-direction:column;gap:2rem;grid-template-columns:1fr}.blog-author-box__desc p{font-size:1.4rem}}