.author-hero {
    background: #fff;
}
.author-hero__container {
    width: 100%;
    max-width: 1680px;
    padding-block: 120px;
    padding-inline: 120px;
    margin-inline: auto;
}
.author-hero__wrapper {
    display: flex;
    gap: 40px;
}
.author-hero__photo img {
    width: 360px;
    height: 360px;
    border-radius: 8px;
}
.author-hero__name {
    font-weight: 400;
    font-size: 72px;
    line-height: 120%;
    text-transform: uppercase;
    color: #398bf5;
}
.author-hero__description {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #398bf5;
}