.author-image {
    width: 196px;
    height: 196px;
    margin: 0 auto 32px;
}
.author-title {
    color: #7b09ad;
    text-align: center;
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: 37px;
    text-transform: capitalize;
}
.author-position {
    color: #727272;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 37px;
}
.author-social {
    margin: 0 0 100px !important;
    padding: 0;
    list-style: none !important;
    display: flex;
    justify-content: center;
}
.author-social li {
    margin: 0 10px;
}
.author-text {
    color: #1A1A1A;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 100px;
}
.author-add-title {
    color: #7B09AD;
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
    .author-social {
        margin: 0 0 30px !important;
    }
    .author-text {
        margin-bottom: 50px;
    }
}