.editorial-board-main{background:var(--lt-white)}
.editorial-board-page{max-width:var(--lt-max);margin:0 auto;padding:var(--lt-section-pad-top) var(--lt-container-gutter) 100px;box-sizing:border-box}
.editorial-board-hero{margin:0 0 48px}
.editorial-board-hero__title{display:flex;align-items:center;justify-content:center;gap:20px;margin:0;color:#00264B;font-family:"Lato",sans-serif;font-size:clamp(1.35rem,3vw,var(--lt-section-heading-size));font-weight:400;font-style:normal;line-height:clamp(1.7rem,3.8vw,var(--lt-section-heading-lh));letter-spacing:0;text-align:center;text-transform:uppercase}
.editorial-board-hero__title::before,.editorial-board-hero__title::after{content:"";flex:1 1 auto;height:1px;background:#00264B;opacity:.35}
.editorial-board-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:48px 56px}
.eb-member{display:flex;align-items:center;gap:22px;min-width:0}
.eb-member__photo{display:block;width:140px;height:140px;flex:0 0 140px;border-radius:50%;object-fit:cover;background:var(--lt-gray-soft)}
.eb-member__photo--placeholder{background:linear-gradient(135deg,#e8e8e8,#d0d0d0)}
.eb-member__info{min-width:0}
.eb-member__name{margin:0 0 6px;color:#1F1F1F;font-family:"Literata",serif;font-size:22px;font-weight:500;font-style:normal;line-height:28px;letter-spacing:0}
.eb-member__role,.eb-member__team{margin:0;color:#707070;font-family:"Lato",sans-serif;font-size:14px;font-weight:500;font-style:normal;line-height:18px;letter-spacing:0}
.eb-member__role{margin-bottom:2px}
.editorial-board-extra{margin-top:48px}
.editorial-board-extra__body{color:#3A3A3A;font-family:Georgia,serif;font-size:18px;font-weight:400;line-height:29px}
.editorial-board-extra__body>*:first-child{margin-top:0}
.editorial-board-extra__body p{margin:0 0 1.15em}
.editorial-board-extra__body p:last-child{margin-bottom:0}
@media (max-width:991px){
.editorial-board-grid{grid-template-columns:1fr;gap:36px}
.eb-member__photo{width:120px;height:120px;flex-basis:120px}
.eb-member__name{font-size:20px;line-height:26px}
}
@media (max-width:600px){
.editorial-board-page{padding-top:48px;padding-bottom:40px}
.editorial-board-hero{margin-bottom:36px}
.eb-member{gap:16px}
.eb-member__photo{width:96px;height:96px;flex-basis:96px}
.eb-member__name{font-size:18px;line-height:24px}
}
