.custom-author-img {
    width: 150px !important;
    height: 150px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
}
.author-box{
    display: flex; align-items: flex-start; gap: 16px; background: #ebeef0; padding: 20px; border-radius: 12px; font-family: Arial, sans-serif;
    margin-bottom:20px}
.author-box:last-child{margin-bottom:0}
.author-image{
    flex-shrink: 0;
}
.author-name{
    margin: 0 0 5px; font-size: 20px;
}
.author-title{
    margin: 0 0 10px; font-size: 14px; color: #777; font-weight:bold;
}
.author-bio{
    margin: 0; font-size: 15px; color: #333;
}
@media (max-width: 768px) {
	.author-box{
		flex-direction: column;
		text-align: center;
		align-items: center;
	}
}

