

/* Start:/authors/artem-gromov/style.css?1786377112630*/
.author-page {
    padding: 28px 0 48px;
}

.author-profile {
    display: grid;
    grid-template-columns: 240px minmax(0, 640px);
    gap: 32px;
    align-items: start;
}

.author-profile__portrait {
    display: block;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    object-fit: cover;
}

.author-profile__content h1 {
    margin-top: 0;
}

.author-profile__role {
    margin: -8px 0 22px;
    color: #757575;
}

@media (max-width: 640px) {
    .author-profile {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .author-profile__portrait {
        width: 160px;
        height: 160px;
    }
}

/* End */
/* /authors/artem-gromov/style.css?1786377112630 */
