

/* Start:/local/templates/department/components/utmn/employees_list/small_one_col/style.css?1787670361207*/

.img-left p{
  margin-bottom: calc(var(--spacer)/2) !important;
 margin-top:0 !important;
}

.l-grid {
    display: grid;
    gap: calc(var(--spacer, 15px) * 2);
    grid-template-columns: repeat(1, 1fr);
}
/* End */


/* Start:/bitrix/templates/.default/components/utmn/employees_of_the_department/small_three_columns/style.css?1787670343372*/
.img-left p{
 margin-bottom: calc(var(--spacer)/2) !important;
 margin-top:0 !important;
}

.l-grid {
    display: grid;
    gap: calc(var(--spacer, 15px) * 2);
    grid-template-columns: repeat(1, 1fr);
}

.l-grid--3-col {
    grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 991px) {
    .l-grid--3-col {
        grid-template-columns: repeat(1, 1fr);
    }
}
/* End */
/* /local/templates/department/components/utmn/employees_list/small_one_col/style.css?1787670361207 */
/* /bitrix/templates/.default/components/utmn/employees_of_the_department/small_three_columns/style.css?1787670343372 */
