/* USP sub */
#usp-sub {
	padding: 25px 0 23px 0;
}

#usp-sub h2 {
	margin-bottom: 66px;
}

#usp-sub .col-box .head {
	padding-bottom: 4px;
}

#usp-sub .col-box .image {
	padding-right: 13px;
}

#usp-sub .col-box .image img {
	width: 70px;
}

#usp-sub .col-box .title h3 {
	line-height: 1.875rem;
	color: #192a35;
}

#usp-sub .col-box p {
	font-weight: 400;
	font-size: .9375rem;
	line-height: 1.5625rem;
	color: #192a35;
}

/* Column box */
.col-box .head {
	display: table;
}

.col-box .image {
	display: table-cell;
}

.col-box .image img {
	height: auto;
	display: block;
}

.col-box .title {
	display: table-cell;
	vertical-align: middle;
}

/* Grey design */
#usp-sub.grey {
	background-color: #f4f7f9;
}

/* Custom */
#main-account #usp-sub {
	padding: 25px 0 76px 0;
}

/* Responsive tablet */
@media (max-width: 992px) {

	/* USP sub */
	#usp-sub {
		padding: 21px 40px 40px 40px;
	}

	#usp-sub h2 {
		margin-bottom: 35px;
	}

	#usp-sub .col-box .head {
		padding-bottom: 0;
	}

	#usp-sub .col-box .image {
		padding-right: 9px;
	}

	#usp-sub .col-box .image img {
		position: relative;
		width: 66px;
		top: -4px;
	}

	#usp-sub .col-box .title h3 {
		max-width: 150px;
		line-height: 1.5625rem;
	}

	#usp-sub .col-box p {
		font-size: .875rem;
		line-height: 1.375rem;
	}
	
	/* Custom */
	#main-account #usp-sub {
		padding: 25px 0 74px 0;
	}
}

/* Responsive phone */
@media (max-width: 576px) {

	/* USP sub */
	#usp-sub {
		padding: 19px 0 21px 0;
	}

	#usp-sub h2 {
		margin-bottom: 29px;
	}

	#usp-sub .ptc {
		padding-top: 1rem;
	}

	#usp-sub .col-box .image {
		padding-right: 4px;
	}

	#usp-sub .col-box .image img {
		width: 56px;
		top: -4px;
	}

	#usp-sub .col-box .title h3 {
		font-size: 1.25rem;
		margin-bottom: 12px;
	}
}