.#{$prefix}-author-info{
    .#{$prefix}-image-section{
        width: 150px;
        margin: 0 auto;
        border-radius: 100%;
    }
    .#{$prefix}-description{
        .#{$prefix}-inner-title{
            font-size: 1.3rem;
            color: rgb(123,123,123);
            margin: $widget-padding 0 0;
        }
        p{
            margin-top: $widget-padding;
            margin-bottom: 0;
            text-align: justify;
        }
    } 
    .#{$prefix}-social{
        text-align: center;
        padding-top: $widget-padding;
        span{
            margin-right: 3px;
            &:last-child{
                margin-right: 0;
            }
        }
    }
}
