.featured-author-component{margin-top:0;padding-top:0;margin-bottom:40px}
@media(max-width:992px){.featured-author-component{margin-bottom:32px}
}
.featured-author-component .featured-author{display:flex;justify-content:center;box-sizing:border-box;width:100%;background:var(--Neutral-Fog,#f8f7f9)}
.featured-author-component .author-wrapper{width:100%;display:flex;padding-top:24px;padding-bottom:24px;flex-direction:column;gap:24px}
.featured-author-component .author-title{padding-left:16px;padding-right:16px;text-align:center}
.featured-author-component .author-caption{color:var(--Primary-Navy,#001952);text-align:center;font-size:24px;font-style:normal;font-weight:700;line-height:normal;overflow-wrap:break-word;margin-bottom:0}
.featured-author-component .author-card-container{overflow-x:auto;scroll-snap-type:x mandatory;-ms-overflow-style:none;scrollbar-width:none;display:flex;padding-left:16px;padding-right:16px;gap:16px}
.featured-author-component .author-card-container::-webkit-scrollbar{display:none}
.featured-author-component .author-card-container.center-cards{justify-content:center;margin-left:0}
.featured-author-component .author-card-container.center-cards .author-card{flex:0 0 auto}
.featured-author-component .author-card-container.center-cards .author-card:only-child{width:360px}
.featured-author-component .author-card{display:flex;min-width:300px;padding:24px 16px;flex-direction:column;justify-content:space-between;align-items:center;align-self:stretch;text-align:center;background:#fff;border-radius:20px;box-shadow:0 2px 4px rgba(0,0,0,0.16)}
.featured-author-component .author-image img{width:200px;height:200px;border-radius:50%;object-fit:cover}
.featured-author-component .author-info{display:flex;flex-direction:column;align-items:center;gap:8px;align-self:stretch;margin-top:32px}
.featured-author-component .author-name{color:#001952;margin-bottom:0}
.featured-author-component .author-role{color:#333;min-height:44px}
.featured-author-component .author-desc{font-size:14px;color:#333;line-height:20px;letter-spacing:.25px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow:hidden;text-overflow:ellipsis;font-weight:400}
.featured-author-component .author-btn{height:44px;margin-top:32px;gap:12px;display:flex;justify-content:center;align-items:center;background-color:#001952;border-radius:50px;padding:12px 24px}
.featured-author-component .author-btn-label{font-size:14px;font-weight:700;line-height:20px;letter-spacing:.25px;color:#fff}
.featured-author-component .see-more a{text-decoration:none}
.featured-author-component .author-btn img{width:14px;height:14px}
@media(min-width:992px){.featured-author-component .author-card{width:336px}
.featured-author-component .author-card-container{margin:auto;max-width:100%;gap:20px}
.featured-author-component .author-wrapper{padding-bottom:32px;padding-top:32px;gap:32px}
}
@media(min-width:1200px){.featured-author-component .featured-author{max-width:1170px;margin:auto;border-radius:14px}
.featured-author-component .author-card-container{padding-left:0;padding-right:0}
}