.art-items {
	margin: 80px 0;
}

.art-items.center-text h2,
.art-items.center-text h2 + .description {
	text-align: center;
}

.art-items h2 + .description {
	margin-bottom: 60px;
	color: #000;
	max-width: 820px;
}

.art-items.center-text h2 + .description {
	max-width: 700px;
	margin: 0 auto 60px;
}

.art-items .col-md-3 {
	margin-bottom: 40px;
}

.art-item {
	display: block;
}

.attachment-art.size-art {
	margin-bottom: 24px;
	height: auto;
}

.art-items .title {
	color: #000;
	font-family: Poppins;
	font-size: 18px;
	font-weight: 600;
	line-height: 26px;
	margin-bottom: 8px;
}

.art-items .text {
	color: #000;
}

@media (max-width: 576px){
	.art-item {
		text-align: center;
	}
}

@media (max-width: 480px){
	.art-items {
		margin: 60px 0 30px;
	}
}