.author_img {
    display: flex;
    height: 170px;
    width: 170px;
    align-items: center;
    justify-content: center;
}
.author_img img{
    max-width: 100%;
    max-height: 170px;
}
.author_social_icon a i{
    line-height: 36px;
}
.media a {
    display: flex;
    height: 40px;
    width: 40px;
    align-items: center;
    justify-content: center;
}
.media a img{
    max-width: 100%;
    border-radius: 50%;
    max-height: 40px;
}
.d-inline-block{
    display: inline-block!important;
}
.blog_sidebar .single_blog_sidebar .instagram_img {
	align-items: center;
}