.d_artistSidebar_item {
	background: #fff;
	-webkit-box-shadow: 0 3px 5px 0 rgb(0 1 1 / 10%);
	box-shadow: 0 3px 5px 0 rgb(0 1 1 / 10%);
	font-size: 14px;
	margin: 20px 0;
	padding: 25px 30px 30px;
	line-height: 1.43;
	clear: both;
}

.d_artistSidebar_title {
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 28px;
	color: #111;
	margin: 0 0 16px;
	font-weight: 800;
}

@media (min-width: 992px) {
	.d_artistSidebar {
		min-width: 300px;
		margin-left: 24px;
	}

	.d_artistSidebar_item:first-of-type {
		margin-top: 0;
	}
}

@media (min-width: 1200px) {
	.d_artistSidebar_item {
		margin-bottom: 30px;
	}

	.d_artistSidebar {
		margin-left: 30px;
	}
}