.author {
    background: #fff;
    padding: 15px;
}

.author .widget-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 2%;
}

.author img {
    width: 115px;
    margin: 0 0 10px;
    border-radius: 3px;
}

.author .author-content-widget {
    margin: 10px 0 0;
    padding: 20px 0 0;
    border-top: 1px solid #D7D7D7;
}

.author div {
    font-weight: 700;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #333333;
    margin: 0 0 5px;
}

.author p {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #333333;
    margin: 0;
}

.avtor {
    background: #fff;
    padding: 15px;
}

.avtor .widget-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 2%;
}

.avtor .avtor-content-widget {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin: 10px 0 0;
    padding: 20px 0 0;
    border-top: 1px solid #D7D7D7;
}

.avtor img {
    width: 95px;
    border-radius: 3px;
}

.avtor div {
    font-weight: 700;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #333333;
    margin: 0 0 5px;
}

.avtor p {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #333333;
    margin: 0;
}

.person {
    background: #fff;
    padding: 15px;
}

.person .widget-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 2%;
    text-align: center;
    margin: 0;
}

.person .person-content-widget {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    margin: 20px 0 0;
    padding: 20px 0 0;
    border-top: 1px solid #D7D7D7;
}

.person .person-desc-widget {
    text-align: center;
}

.person img {
    width: 95px;
    border-radius: 50%;
}

.person div {
    font-weight: 700;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #333333;
    margin: 0 0 5px;
}

.person p {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #333333;
    margin: 0;
}