.author_section {
    display: flex;
    justify-content: center;
    align-items: center;
}
.author_section .author_image_figure {
    margin-bottom: 0;
}
.author_section img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin-right: 1rem !important;
    display: flex;
    object-fit:cover;
}
.author_section .author_name {
    color: #4F4F4F !important;
    font-family: Poppins !important;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 22.5px !important;
}
.author_section .author_name strong {
    color: var( --Writer-Gray-2, #4F4F4F );
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 1.12px;
    text-transform: uppercase;
}