.author {
    margin-top: 124px;
    padding-bottom: 64px;
}

.content-author__img {
    object-fit: cover;
}

.content-author {
    display: flex;
    gap: 50px;
    align-items: center;
    margin-bottom: 33px;
}

.content-author__descr-title {
    font-weight: 700;
    font-size: 54px;
    line-height: 140%;
    margin-bottom: 5px;
}

.content-author__descr-intro {
    margin-bottom: 13px;
    font-family: "Inter";
    font-weight: 600;
    font-size: 20px;
    color: var(--orange-link);
}

@media (max-width: 824px) {
    .content-author {
        gap: 15px;
        align-items: start;
        flex-direction: column;
        margin-bottom: 0;
    }
}

@media (max-width: 464px) {
    .content-author {
        align-items: center;
    }

    .content-author__img {
        width: 100%;
    }
}