.author-card {
    background: #41479b0a;
    margin: 30px 0px;
    border: 1px solid var(--main-color);
    border-radius: 5px;
    padding: 25px 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.author-card > img {
    width : 70px;
    height: 70px;
    border-radius: 50%;
}

.author-card .title {
    color: var(--main-color);
    margin: 17px 0px;
    font-size: 19px;
    font-weight: bold;
    line-height: 25px;
}

.author-card .desc {
    width: 70%;
    color: #6D6D6D;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    line-height: 170%;
}

.author-card .desc > p {
    margin-bottom: 0;
}
