
.basic-info-user {
    display: flex;
    gap: 20px;
}

img.avatar-user {
    border-radius: 4px;
    width: 213px;
    height: auto;
}


@media (max-width: 765px) {
    .basic-info-user {
        flex-direction: column;
    }

    img.avatar-user {
        width: 100%;
    }
}



.description-user {
    margin-top: 20px;
}

.title-articles {
    margin-bottom: 40px;
    margin-top: 60px;
}

.block-study {
    margin-bottom: 20px;
}

.block-study p {
    margin: 0;
}

.speciality {
    color: var(--light-gray);
    font-weight: 600;
}