.author-box {
    background: rgba(52, 183, 96, 0.04);
    border: 1px solid #34B760;
    box-sizing: border-box;
    border-radius: 5px;
    margin: 30px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 25px 10px;
}

.author-box .title {
    font-weight: bold;
    font-size: 19px;
    line-height: 25px;
    color: #34B760;
    margin: 17px 0px;
}

.author-box .desc {
    font-weight: normal;
    font-size: 16px;
    line-height: 170%;
    color: #6D6D6D;
    width: 70%;
    margin: 0 auto;
    text-align: center;
}