.full-image {
	margin-bottom: 10px;
}

.full-image .allons-logo img {
	display: block;
	width: 252px;
	height: auto;
	margin: 0 auto 18px;
}

.full-image .img-cont {
	height: 246px;
	background-position: center;
	background-size: cover;
}

.full-image .text-cont {
	background-color: #fff;
	margin: -50px 15px 0;
	padding: 30px 15px;
}

.full-image h3 {
	font-family: 'Indie W00 Regular';
	font-size: 28px;
	color: #000;
	line-height: 30px;
	margin-bottom: 10px;
	padding-left: 6px;
}

.full-image h3 a {
	color: inherit;
}

.full-image p {
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	color: #000;
	margin: 0;
}

.full-image .read-more {
	text-align: center;
	margin-top: 25px;
}

.full-image .read-more a {
	display: inline-block;
	background-color: #d11242;
	padding: 11px 19px;
	color: #fff;
	font-family: "Nexa W01 Heavy";
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	transition: background-color 0.4s ease-in-out;
}

.full-image .read-more a:hover {
	background-color: #bb002c;
	transition: background-color 0.4s ease-in-out;
}

.full-image .read-more a .fa {
	color: inherit;
	font-weight: 600;
	margin-left: 3px;
}

@media (min-width: 641px) {
	.full-image .img-cont {
		height: 360px;
	}

	.full-image h3 {
		font-size: 50px;
		line-height: 52px;
		margin-bottom: 25px;
		padding-left: 10px;
	}
}

@media (min-width: 1025px) {
	.full-image {
		margin-bottom: 20px;
	}

	.full-image .allons-logo img {
		width: 399px;
		margin-bottom: 10px;
	}
	
	.full-image .img-cont {
		height: 480px;
	}

	.full-image .text-cont {
		max-width: 1020px;
		margin: -85px auto 0;
		padding: 40px;
	}

	.full-image p {
		font-size: 20px;
		line-height: 30px;
	}

	.full-image .read-more a {
		font-size: 18px;
		padding: 19px 40px;
	}

	.full-image .read-more a .fa {
		font-size: 22px;
	}
}