.blog-authors{align-items:center;display:flex;flex-direction:column;gap:12px;margin:0 auto;padding-bottom:24px;position:relative;width:fit-content}.blog-authors:after{background:#007ac3;bottom:0;content:"";height:2px;left:-10%;position:absolute;width:120%}.blog-authors__images{display:flex;flex-direction:row;justify-content:center}.blog-authors__headshot{border:2px solid #fff;border-radius:50%;box-shadow:0 1px 3px rgba(0,0,0,.1);display:block;height:96px;object-fit:cover;width:96px}.blog-authors__headshot+.blog-authors__headshot{margin-left:-8px}.blog-authors__names{color:#333;font-size:15px;font-weight:600;line-height:1.3;margin:0;text-align:center}@media (max-width:600px){.blog-authors__headshot{height:80px;width:80px}.blog-authors__names{font-size:14px}}