.hero {
	position:            relative;
	top:                 0;
	width:               100%;
	height:              32vw;
	transition:          all 0.4s;
	background-size:     cover;
	background-position: center center;
	overflow-y:          auto;
}

@media all and (max-width:767px) {
	.hero {
		height: 300px;
	}

}

p.tollfree {
	font-size:   1.625rem;
	line-height: 1.75rem;
	font-weight: 300;
}

.card_img_footer {
	display:       block;
	padding:       0;
	border-bottom: none !important;
}

.card_img_footer img {
	border-bottom-left-radius:  .25rem;
	border-bottom-right-radius: .25rem;
	margin-bottom:              -1px;
}