﻿.staff .staff_position .staff_item {
    transition: 0.25s;
    cursor: pointer;
}

.staff .staff_position .block {
    margin: 2px 0px;
    background-color: #e5e6e8;
    padding: 10px 15px;
    color: black;
}

.staff .staff_position .staff_item:hover {
    background-color: #f24c4c;
    color: #fff;
}

.staff .staff_position .title {
    font-weight: bold;
    font-size: 18px;
}

.staff .staff_item.active {
    background-color: #f24c4c;
    color: #fff;
}
.article_list{
    width:100%;
}
.employee-profile {
    max-width: 900px;
    /*margin: 0 auto;*/
}

    .employee-profile h2 {
        font-size: 24px;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

.profile-header {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    /*margin-bottom: 20px;*/
}

.avatar img {
    width: 225px;
    height: auto;
    border-radius: 8px;
}

.info {
    flex: 1;
    min-width: 300px;
}

    .info p {
        margin: 6px 0;
    }

.profile-content p {
    margin-bottom: 14px;
    text-align: justify;
}