	.h3 {
		color: #6b6b6b;
		font-size: 14px;
	}
	.how-order-list img {
		float: left;
		margin-right: 25px;
	}
	.how-order-list {
		
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.how-order-list .item.row {
	margin-top: 20px;
		margin-bottom: 20px;
	}
	.how-order-list .item > div.title {
		display: table-cell;
		height: 59px;
		vertical-align: middle;
		text-transform: uppercase;
		font-family: "HelveticaBold";
	}
	.how-order-list .silver {
		color: #a1a1a1;
		font-size: 12px;
	}
	.embedded {
		clear: left;
		margin-left: 86px;
	}
	.font-20 {
		font-size: 20px;
		font-family: "HelveticaLight";
	}
	.help-content .h3 a {
		color: #6b6b6b;
	}
	.how-order-list span.n {
		float: left;
		margin-bottom: 15px;
		margin-right: 5px;
	}
	img.right-img {
		margin-right: 18px;
	}
	.red-phone:hover {
		text-decoration: underline;
	}
	@media all and (max-width: 767px) {
		.how-order-list img {
			width: 35px;
			min-width: inherit;
			margin-top: 0;
			height: auto;
			margin-right: 15px;
		}
		.how-order-list .item > div.title {
			font-size: 13px;
		}
		.how-order-list span.n {
			margin-bottom: 0;
		}
		.embedded {
			margin: 10px 0 0 0;
		}
		.how-order-list .item > div.title {
			height: auto;
		}
		img.right-img {
			margin-right: 0;
		}
	}