.call-to-action {
	display: flex;
	align-items: center;
	justify-content: center;
}

.call-to-action img {
	height: 100px;
}

.button-more-info {
	height: 60px;
}

.call-to-action.text a {
	background: #a91b0d;
	color: white;
	font-family: 'Bebas Neue', cursive;	
	padding: 10px 20px;
	font-size: 2em;
	border-radius: 5px;
	margin-bottom: 5px;
}

.call-to-action.text a:hover {
	background: #ff1a04;
}