
/*! Start Author box */
.author-box{padding:20px 30px;background-color:#d75292;color:#fff;border-radius:5px;margin-bottom:20px;text-align:center}.author-box .author-description{font-size:1.333em;line-height:1.45em;font-weight:300}.author-box .author-box__title{color:#fff;font-size:1.5rem;font-weight:800;margin-bottom:20px;display:block;line-height:1.6rem}.author-box .author-box__content{display:flex;gap:20px;flex-direction:column;align-items:center}.author-description__socials{border-top:1px solid #b7528a;margin-top:10px;padding-top:10px;display:flex;gap:10px;justify-content:center}.author-description__socials a{background:#5d2698;border-radius:4px;width:30px;height:30px;display:flex;justify-content:center;align-items:center}.author-description__socials a svg{fill:#fff;width:20px;height:20px}.author-description__socials a:hover{background-color:#fff}.author-description__socials a:hover svg{fill:#5d2698}@media screen and (min-width:768px){.author-box{text-align:left}.author-box .author-box__content{flex-direction:row}.author-box .author-box__content img{width:100px;height:100px;border-radius:50%;border:4px solid #fff}.author-description__socials{justify-content:left}}