.d_artistContent {
	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%);
}

.d_artistContent img {
	max-width: 100%;
	height: auto;
}

.artistContent_thumbnail img {
	height: auto;
	width: 100%;
}

.artistContent_box {
	padding: 25px 20px 20px;
}

.d_artistContent a {
	color: #ee7105;
	border-bottom: 1px solid rgba(238,113,5,0.8);
	transition: all .2s ease-in-out;
	text-decoration: none;
}

.d_artistContent a:hover {
	border-bottom: 1px solid transparent;
}

.artistContent_title, .d_artistContent h2, .d_artistContent h3, .d_artistContent h4 {
	font-size: 28px;
	line-height: 34px;
	margin: 0 0 15px 0;
	color: #111;
	font-weight: 800;
}

.d_artistContent h2 {
	font-size: 24px;
	line-height: 32px;
}

.d_artistContent p {
	margin: 0 0 16px;
}

.artistContent_headline {
	font-size: 16px;
	line-height: 24px;
	color: #111;
	font-weight: 800;
}

.artistContent_headline span {
	font-weight: 800!important;
}

.artistContent_headline::first-letter {
	float: left;
	font-size: 75px;
	margin: 10px 20px 0 0;
	line-height: .68;
	font-weight: 100;
	text-transform: uppercase;
	font-style: normal;
}

@media (min-width: 992px) {
	.artistContent_box {
		padding: 35px 40px 40px;
	}

	.d_artistContent {
		font-size: 16px;
	}

	.artistContent_title {
		font-size: 36px;
		line-height: 42px;
	}

	.artistContent_headline {
		font-size: 18px;
		line-height: 26px;
	}

	.d_artistContent h2 {
		font-size: 24px;
		line-height: 32px;
	}

	.d_artistContent p {
		margin: 0 0 24px;
	}
}

@media (min-width: 1200px) {
	.artistContent_box {
		padding: 40px 60px 50px;
	}

	.artistContent_title {
		font-size: 40px;
		line-height: 48px;
		margin-bottom: 30px;
	}

	.d_artistContent h2 {
		font-size: 26px;
		line-height: 34px;
	}
}