

/* Start:/bitrix/templates/himavangard/components/bitrix/news.list/staff/style.css?1754655297631*/
.staff__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
  padding: 20px 0;
}

.staff__list-item {
  background: #fff;
 /*  border-radius: 8px; */
  padding: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  column-gap: 10px;
}
.staff__item-img {
/*   border-radius: 50%; */
  object-fit: cover;
/*   border: 3px solid #f0f0f0; */
}
.staff__item-name {
  font-weight: bold;
  color: #333;
}

.staff__item-post {
  font-size: 14px;
  color: #666;
}

/* End */
/* /bitrix/templates/himavangard/components/bitrix/news.list/staff/style.css?1754655297631 */
