

/* Start:/local/templates/avis/components/bitrix/news.detail/employees/style.css?17591764121443*/
.people-container{
    margin-top: 40px;
}
.people-name{
    font-size: 30px;
    line-height: 22px;
    margin-bottom: 20px;
}
.people-status{
    font-size: 15px;
    font-weight: bold;
}
.people-phone{
    font-size: 15px;
}

.people-email{
    font-size: 15px;
    text-decoration: underline;
}
.people-text{
    font-size: 15px;
    margin-top: 25px;
    margin-bottom: 75px;
}
.people-photo{
    max-width: 100%;
}
.people-blocks > div{
    border: 2px solid #dbdbdb;
    border-radius: 10px;
    padding: 30px;
}
.people-blocks > div:first-child{
    margin-right: 30px;
}
.people-blocks > div > div:not(:last-child){
    margin-bottom: 10px;
}
.people-blocks{
    display: flex;
}
.people-container{
    display: flex;
}
.people-container > div:first-child{
    width: 200px;
    margin-right: 35px;
    font-size: 0;
}
.people-container > div:last-child{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}
.people-blocks > div:last-child{
    flex-grow: 1;
}
@media (max-width: 992px)
{
    .people-container{
        flex-wrap: wrap;
    }
    .people-container > div:first-child{
        margin-bottom: 30px;
    }
    .people-blocks{
        flex-direction: column;
    }
    .people-blocks > div{
        margin-bottom: 20px;
    }
    .people-blocks > div:first-child{
        margin-right: 0;
    }
}
/* End */
/* /local/templates/avis/components/bitrix/news.detail/employees/style.css?17591764121443 */
