.nba_paragraph_collection {
	box-sizing: border-box;
	overflow-y: hidden;
	margin-bottom: 25px;
}
.collection_header {
	position: relative;
	border-bottom: 1px solid #DBDBDB;
	margin-bottom: 24px;
	padding-bottom: 15px;
	margin-top: 40px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.collection_header_title {
	color: #000000;
	font-size: 35px;
	line-height: 35px;
	font-family: Action NBA Cond Bold Web, ActionNBACondensed-Bold, Flama-Bold, Flama-Medium, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.collection_header_title.collection_header_title_mobile {
	display: none;
}
@media screen and (max-width: 48em) {
	.collection_header_title {
		display:none;
	}
	.collection_header_title.collection_header_title_mobile {
		display: block;
	}
}
.collection_header_link a,
.collection_header_link a:hover,
.collection_header_link a:focus,
.collection_header_link a:active,
.collection_header_link a:visited
{
	color: #006EDC;
	font-family: Flama-Medium;
	font-size: 14px;
	position: absolute;
	right: 0;
	top: 9px;
	text-decoration: none;
}
.collection_header {
	max-width: 1000px;
	width: calc(100vw - 20px);
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 768px) {
	.collection_header {
		margin-top: 21px;
		margin-bottom: 10px;
		margin-left: 10px;
		margin-right: 0;
		padding-bottom: 10px;
		width: calc(100vw - 10px);
	}
	.collection_header_link a,
	.collection_header_link a:hover,
	.collection_header_link a:focus,
	.collection_header_link a:active,
	.collection_header_link a:visited
	{
		font-size: 16px;
		right: 10px;
	}
}
