.author-box {
display: flex;
align-items: flex-start;
gap: 20px;
padding: 25px;
border-radius: 14px;
background: #F9F9F9;
}
.author-img{min-width:120px;}
.author-designation{font-size: 20px;
padding: 0;
font-weight: 300;padding-top:0px !important}
.author-img img,
.author-img .avatar {
width: 100%;
height: auto;
border-radius: 50%;
object-fit: cover;
}
.author-label {
font-size: 16px;
font-weight: 600;
color: #2B3B94;
}
.author-name {
font-size: 24px;
font-weight: 600;color:#000;
margin: 4px 0;
}
.author-desc {
font-size: 18px;
color: #000 !important;
line-height: 1.5;
padding-top: 0 !important;
} @media (max-width: 767px) {
.author-box {
flex-direction: column;
text-align: center;
justify-content: center;
align-items: center;
}
}