/* structure for mobile first */

.b2b-list-header {
  width: 100%;
  height: 185px;
  padding: 18px 66px;
  background-color: #9B9B9B;
  background-size: cover;
  background-position: center;
}
.b2b-list-header .big-title {
	font-size: 55px;
	line-height: 55px;
	color: white;
	margin-top: -12px;
	padding-bottom: 8px;
	display: inline-block;
}
.b2b-list-header .dotted-underline {
	background-image: url(../png/dotted-underline.png);
	background-repeat: repeat-x;
	min-height: 3px;
	margin: 12px auto 0 auto;
	width: 80%;
}


@media (min-width: 768px) {
	.b2b-list-header {
		height: 275px;
		padding: 0;
	}
	.b2b-list-header .bread-crumb-lg {
		color: white;
		margin-top: 25px;
		margin-left: 45px;
	}
	.b2b-list-header .test {
		display: inline-block;
		padding: 25px 40px;
	}
	.b2b-list-header .big-title {
		font-size: 95px;

	}
	.b2b-list-header .dotted-underline {
		margin: 48px auto 0 auto;
		width: 100%;
	}
	.b2b-list-header .small-text-md {
		padding-top: 5px;
	}
}
