/*----------
	junior-school-programming
----------*/.portal-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.portal-list__item {
	margin: 0 0 10px;
}
.portal-list__img {
	max-width: 360px;
}
.portal-list__title > p {
	line-height: 1.4em;
}

@media (min-width: 768px) {
	.portal-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.portal-list__item {
		margin: 0 20px 0;
	}
}