

/* Start:/local/templates/versal_sw_spb/components/bitrix/news/employee/bitrix/news.list/.default/style.css?17709913511377*/
.employees {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 40px;
    justify-items: center;

}

/* карточка */
.employees__item {
    text-align: center;
    max-width: 320px;
}

/* круглая картинка */
.employees__image {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 20px;
    position: relative;
}

/* изображение */
.employees__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;

    transform: scale(1);
    will-change: transform;
    transition: transform .4s cubic-bezier(.3, 0, .2, 1);
}

/* плавное увеличение при hover */
.employees__item:hover .employees__image img {
    transform: scale(1.07);
}

/* имя */
.employees__name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

/* текст (2 строки + ...) */
.employees__text {
    font-size: 15px;
    line-height: 1.5;
    color: #555;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;

    max-width: 280px;
    margin: 0 auto;
}
.employees_section h1 {
    margin: 30px 0;
}
.employees_section .text a {
    color: #7E7053;
    text-decoration: none;
}
.employees_section .text {
    column-gap: 40px;
    row-gap: 70px;
}
/* End */
/* /local/templates/versal_sw_spb/components/bitrix/news/employee/bitrix/news.list/.default/style.css?17709913511377 */
