

/* Start:/local/templates/styledent/components/bitrix/news.list/memo/style.css?17721005491116*/
.memo {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	justify-content: space-between;
	gap: 20px;
}

.memo__item {
	display: flex;
    flex-direction: column;
	background: #F7F7F7;
	border-radius: 24px;
}

.memo__item-image img {
	max-width: 100%;
	border-radius: 24px 24px 0 0;
}

.memo__item-bottom {
	display: flex;
	flex-direction: column;
	padding: 20px 30px;
	gap: 20px;
	flex-grow: 1;
}

.memo__item-title {
	color: #201547;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2;
}

.memo__item-more {
	font-size: 16px;
	font-weight: 600;
	margin-top: auto;
}

.memo__item-more a {
	display: flex;
	gap: 10px;
	align-items: center;
	color: #201547; 
}


@media screen and (max-width: 767px) {
	.memo {
		grid-template-columns: 1fr 1fr;
	}	
}

@media screen and (max-width: 540px) {
	.memo {
		grid-template-columns: 1fr;
	}	
	
	.memo__item {
		border-radius: 16px;
	}

	.memo__item-image img {
		border-radius: 16px 16px 0 0;
	}	
	
	.memo__item-title {
		font-size: 20px;
	}
	
	.memo__item-bottom {
		padding: 15px 20px;
	}	
}
/* End */
/* /local/templates/styledent/components/bitrix/news.list/memo/style.css?17721005491116 */
