.cta_button_group {
	border-radius:0px;
	background-size:cover;
	background-position: center bottom;
	background-attachment: inherit;
	display: block;
}

.cta_button_group:before {
	content:"";
	background-color: white;
	width:100%;
	height:100%;
	display:block;
	position:absolute;
	opacity:0.5;
}

.cta_button_group a {
	text-decoration: none;

}

.cta_button_group a button {
    font-size: 1.2em;
    line-height: 1em;
    padding: 17px 35px;
    letter-spacing: 0.01em;
    font-weight: 400;

}
.cta_button_group a {
    font-size: 1.2em;
    line-height: 1em;
	padding: 17px 35px;
	letter-spacing: 0.01em;
	font-weight: 400;

	border-width:2px;
}

.cta_button_group-buttons {
	margin: auto;
	max-width: 1300px;
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
	display: flex;
	align-content: center;
	justify-content: space-around;
	width: 100%;
}

.cta_button_group-buttons>div>a {
	min-width:280px;
}

@media all and (max-width:999px){

	.cta_button_group-buttons {
		height: 80%;
		flex-direction: column;
		text-align: center;
		justify-content: center;
	}

	.cta_button_group a {
		width: 70%;
		font-size: 1.4em;
	}

	.cta_button_group-buttons > div{
		margin:20px 0 0;
	}

	.cta_button_group-buttons > div > a{
		width:90%;
		margin:0 auto;
	}

	.cta_button_group-buttons > div:first-child{
		margin:0px;
	}
}

@media all and (min-width:1000px){

	.cta_button_group-buttons {
		flex-direction: row;
	}
}

@media all and (max-width:500px){
	.cta_button_group a {
	    font-size: 1em;
	    line-height: 1em;
	}
}

@media all and (min-width:501px) and (max-width:999px){
	.cta_button_group a button {
	    font-size: 1.4em;
	    line-height: 2em;
	}
}

.cta_button_group-button {
	transition: all 100ms ease;
}
