.cta {
	padding: 68px 0 41px;
	text-align: center;
}
.cta button {
	margin: 0 auto;
}
.cta h2 {
	margin: 0 0 24px;
	font-size: 50px;
	font-style: normal;
	font-weight: 100;
	line-height: 110%;
	letter-spacing: -0.09rem;
}
.cta p {
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0.17px;
}
.cta a {
	text-decoration: none;
}
.cta button, .cta .pum-trigger {
	width: fit-content;
    height: 25px;
    text-align: left;
    background-image: url(../../assets/icons/utility/right-arrow.svg);
    background-repeat: no-repeat;
    background-position: center right 10px;
    line-height: 1;
    letter-spacing: 0.06rem;
    padding: 0 50px 0 10px;
    border-radius: 0;
    border: 1px solid #000;
    float: none;
    clear: none;
    display: block;
    color: #000000;
    font-size: 11px;
    font-family: 'Haboro';
    text-transform: uppercase;
    margin: 0 auto;
    text-decoration: none;
	line-height:2;
}
.cta a:hover {
	opacity:1;
}
.cta button:hover, .cta .pum-trigger:hover {
	opacity:1;
	cursor:pointer;
	background-color:#F7EFE8;
}
/* Responsive Styles */
@media (max-width: 767px) {
	.cta {
		padding: 40px 30px;
	}
	.cta .inside {
		max-width: 100%;
	}
	.cta .inside h2 {
		font-size: 36px;
	}
	.cta .inside p {
		font-size: 16px;
	}
}
