.banner-box h1 {
	font-size: 28px;
}
.banner-box h3 {
	font-size: 18px;
}

a.blue-btn:visited,
.banner-box a:visited{
	color: #fff;
}

.option-card.first img {
	position: relative;
	top: initial;
	right: inherit;
	margin: auto;
	display: table;
}

.gray-landing-card p{
	font-family: Raleway, sans-serif;
	font-size: 15px;
	line-height: 25px;
	padding-left: 70px;
	padding-right: 70px;
}

.gray-landing-card .option-card{
	background: #f7f7f7;
	min-height: 470px;
	border: 1px solid #eaeaea;
}

.option-card p:first-child {
	font-size: 22px;
	font-weight: 700;
}

.wrap-img-block-card{
	min-height: 170px;
}

.wrap-cards h3 {
	line-height: 46px;
}

.wrap-cards h3 span{
	font-size: 20px;
	position: relative;
	top: -10px;
}

a.tax-landing-relief{
	font-size: 22px;
	display: table;
	margin: auto;
	margin-bottom: 100px;
	float: none;
}

.wapper-tax-relief-landing h3{
	font-size: 24px;
	font-family: Raleway, sans-serif;
	color: #34495d;
	font-weight: 700;
}

.wapper-tax-relief-landing p{
	font-family: Roboto,sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}

.wapper-tax-relief-landing .blue-btn{
	position: relative;
	float: inherit;
	margin-bottom: 10px;
	display: table;
	top: 10px;
}

.wapper-tax-relief-landing ul li{
	font-family: Roboto,sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 5px;
}

.wapper-tax-relief-landing ul{
	padding-left: 0px;
}

@media(max-width: 1200px){
	.gray-landing-card p {
		padding-left: 40px;
		padding-right: 40px;
	}
	
	a.tax-landing-relief{
		margin-bottom: 0px;
	}
}

@media(max-width: 768px){
	.gray-landing-card p {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.gray-landing-card .option-card {
		min-height: 550px;
	}
	
	a.tax-landing-relief {
		font-size: 18px;
	}
	
	a.blue-btn.tax-landing-relief{
		margin-bottom: 40px;
	}
}

@media(max-width: 560px){
	.banner-box h1 {
		font-size: 22px;
	}
	
	.banner-box h3 {
		font-size: 16px;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	
	.gray h3, .wrap-cards h3 {
		font-size: 18px;
	}
	
	.wrap-cards h3 span {
		font-size: 16px;
	}
	
	.gray-landing-card .option-card {
		min-height: auto;
	}
	
	.wrap-img-block-card img{
		max-height: 100px;
	}
	
	.wrap-img-block-card{
		max-height: 110px;
		min-height: 110px;
	}
	
	div.code-block.code-block-5{
		height: 40px;
	}
}