

/* Start:/bitrix/templates/newsro/components/bitrix/news.list/photogal-list/style.css?1738066734608*/
.photogal-list {

}
.photogal-list__item {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1rem;
	position: relative;
}
.photogal-list__img {
  width: 250px;
  height: 150px;
  background-repeat: no-repeat;
  background-size: cover;
}
.photogal-list__desc {
	padding-left: 2rem;
	width: 65%;
}
.photogal-list__date {
    color: #8c9cb2;
    padding-bottom: .5rem;
    font-size: .9rem;
}
.photogal-list__text {
	font-weight: 600;
}
.photogal-list__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media(max-width: 550px) {
	.photogal-list__desc {
		padding-left: 0;
	}
}
/* End */
/* /bitrix/templates/newsro/components/bitrix/news.list/photogal-list/style.css?1738066734608 */
