.cta2 {
	padding: 80px 0;
}
.cta2 .flex {
	max-width: 1017px;
	margin: 0 auto;
	justify-content: space-between;
}
.cta2 .flex.image-left {
	flex-direction: row;
}
.cta2 .flex.image-right {
	flex-direction: row-reverse;
}
.cta2 .left {
	width: 565px;
}
.cta2 .right {
	width: 400px;
	height: 367px;
	display: table;
}
.cta2 .right h2 {
	font-size: 50px;
	line-height: 55px;
	font-weight: 100;
	margin: 0px auto 25px;
	letter-spacing: 0;
}
.cta2 .right p {
	margin: 0 0 20px;
}
.cta2 .right button {
	background: black;
	border-radius: 25px;
	color: white;
	font-family: 'proxima-nova';
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.1rem;
	padding: 8px 52px;
	border: 1px solid black;
	margin: 24px auto 0;
	transition: all 0.5s;
}
.cta2 .right a {
	text-decoration: none;
}
.cta2 .right a:hover {
	color:black;
	opacity: 1;
}
.cta2 .right a:hover button {
	background:transparent;
	color:black;
	opacity: 1;
}
@media all and (max-width:1240px) {
	.cta2 .flex {
		max-width: 1000px;
	}
}
@media all and (max-width:1040px) {
	.cta2 .flex {
		max-width: 700px;
	}
	.cta2 .right {
		width: 100%;
		height: auto;
		display: table;
	}
	.cta2 .left {
		width: 565px;
		margin: 0 auto;
	}
	.cta2 {
		padding: 50px 0 20px;
	}
}
@media all and (max-width:768px) {
	.cta2 .flex {
		max-width: 500px;
	}
}
@media all and (max-width:520px) {
	.cta2 {
		padding: 30px 0 10px;
	}
	.cta2 .flex {
		max-width: 93%;
	}
	.cta2 .right h2 {
		font-size: 40px;
		line-height: 44px;
		font-weight: 100;
		margin: 17px 0 17px;
		letter-spacing: 0rem;
	}
	.cta2 .right p br {
		display: none;
	}
	.cta2 .right p {
		margin: 0 0 20px;
		padding: 0 19px;
	}
}
/* @media all and (max-width:440px) {
	.cta2 .right h2 {
		font-size: 35px;
		line-height: 42px;
		font-weight: 100;
		margin: 5px 0 17px;
		letter-spacing: 0;
	}
} */