

/* Start:/local/templates/aspro-priority2/components/bitrix/news.list/items-list.photo/style.css?1781070427752*/
.photo-items{
  display: flex;
  gap: 12px;
  flex-wrap: wrap
}
.photo__item{
  flex: 0 0 24%;
  box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 25%);
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.25s ease-in-out;
}
.photo__image{
  padding-top: 80%;
  background-position: center;
  background-size: cover;
  transition: all 0.25s ease-in-out;
}
.photo__item:hover{
  transform: translateY(-6px);
  box-shadow: 0 28px 32px -14px rgba(0, 0, 0, 0.35), 0 10px 18px -6px rgba(0, 0, 0, 0.2);
}
.photo__item-text{
  padding: 20px 10px;
  text-align: center;
  font-weight: 500;
}
@media(max-width: 992px){
  .photo__item{
    flex: 0 0 32%;
  }
}
@media(max-width: 652px){
  .photo__item{
    flex: 0 0 48%;
  }
}
/* End */
/* /local/templates/aspro-priority2/components/bitrix/news.list/items-list.photo/style.css?1781070427752 */
