.d_homeArtists {
	padding: 0 20px;
}

.d_homeArtists_title {
	font-size: 22px;
	line-height: 30px;
	color: black;
	font-weight: 700;
	text-transform: uppercase;
	margin: 50px auto 20px auto;
	text-align: center;
	letter-spacing: 1px;
}

.d_homeArtists_text {
	text-align: center;
	padding: 0 20px;
	margin: 0 auto 40px auto;
	max-width: 480px;
	line-height: 1.5;
	color: #5e5e5e;
}

.d_homeArtists_loop {
	max-width: 1170px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.d_homeArtists_more {
	box-shadow: 0 3px 5px 0 rgb(0 0 0 / 10%), inset 0 0 0 transparent;
	display: block;
	margin: 10px auto 0 auto;
	max-width: calc(100% - 20px);
	font-size: 14px;
	font-weight: 600;
	padding: 14px 25px;
	width: 100%;
}

@media (min-width: 576px) {
	.d_homeArtists_more {
		display: inline-block;
		width: auto;
	}

	.d_homeArtists {
		text-align: center;
	}
}

@media (min-width: 1200px) {
	.d_homeArtists_title {
		font-size: 36px;
		line-height: 1.364;
	}

	.d_homeArtists_loop {
		max-width: 1230px;
	}
}