.sub-offers-box{
	background-color:#f6f1eb;
	border:1px solid #d1d1d1;
	margin:0 0 25px 0;
	padding:10px;
	position:relative;
}
.sub-offers-box-image{
	float:left;
	margin:0 5% 0 0;
	width:25%;
}
.sub-offers-box-copy{
	float:left;
	width:42%;
}
.sub-offers-box-button{
	position:absolute;
	right:10px;
	top: 50%;
	vertical-align:middle;
	width:20%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.sub-offers-box-button a{
	padding:0 20px;
}

/* tablet reset */
@media only screen and (min-width:768px) and (max-width:1023px){
	.sub-offers-box-copy-text{font-size:14px !important;}
}

/* mobile reset */
@media only screen and (max-width: 767px){
	.sub-offers-box{
		border-bottom:0;
		margin:0;
	}
	.sub-offers-box:nth-last-child(1){
		border-bottom:1px solid #d1d1d1;
		margin:0 0 20px 0;
	}
	.sub-offers-box-image{
		width:35%;
	}
	.sub-offers-box-copy{
		width:60%;
	}
	.sub-offers-box-copy a{
		font-size:12px !important;
		padding:0 !important;
		margin:10px 0 0 0;
		width:75%;
	}
}
