table tr td {
  border-style: hidden;
  border-color: #cfb98c;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

table {
  border-style: hidden;
}
@import url('https://fonts.googleapis.com/css?family=Raleway');
.acquire-intro {
	float: right;
	display: inline;
	max-width: 310px;
	margin-right: 50px;
	background-color: rgba(63,27,81,0.7);
	text-align: center !important;
	padding: 20px;
	border-radius: 3px;
}
.acquire-intro .banner-heading {
	font-family: Raleway;
	font-weight: 900;
	font-size: 28px;
	color: #fff;
}
.acquire-intro .banner-subheading {
	font-family: Raleway;
	font-weight: 900;
	font-size: 22px;
	color: #fff;
}
.acquire-intro > img {
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 959px) {
.acquire-intro {
	float: left;
	display: inline;
	max-width: 270px !important;
	margin-left: 50px;
	background-color: rgba(63,27,81,0.7);
	text-align: center !important;
	padding: 20px;
	border-radius: 3px;
}
.acquire-intro > img {
	margin-bottom: 10px;
	width: 250px;
}
}