.bob-author-section{box-sizing:border-box;width:100%}.bob-author-grid{align-items:center;display:grid;gap:48px;grid-template-columns:200px 1fr;margin:0 auto;max-width:860px}.bob-author__image{background:hsla(0,0%,49.8%,.08);border:1.5px dashed hsla(0,0%,49.8%,.08);border-radius:50%;height:200px;overflow:hidden;width:200px}.bob-author__image .bob-author-photo{border-radius:50%;height:100%!important;object-fit:cover;width:100%}.bob-author-content{display:flex;flex-direction:column;gap:12px}.bob-author-label{color:var(--primary);font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.bob-author-name{font-size:26px;font-weight:700;margin:0}.bob-author-bio{color:var(--text-secondary);font-size:var(--fs-body);line-height:1.65;margin:0;text-wrap:pretty}@media screen and (max-width:620px){.bob-author-grid{gap:20px;grid-template-columns:1fr}.bob-author__image{height:100px;width:100px}}