/* cta calendly */
.cta__section {
	padding: 1rem; 
	background-color: #f4f4f4; 
	width: 55%; 
	margin: auto;
}
.cta__title {
	font-weight: 700;
}
.cta__subsection {
	display: flex; 
	gap: 1rem; 
	justify-content: flex-start; 
	align-items: center; 
	padding-top: 15px;
}
.cta__subsection a {
	color: #0a0a0a!important;
}
.cta__btn {
	cursor: pointer; 
	border-width: 1px; 
	border-radius: 9999px; 
	background: #d5ae6d;
}
.cta__column {
	display: flex; 
	padding-left: 1.5rem; 
	padding-right: 1.5rem; 
	text-align: center; 
	justify-content: center; 
	align-items: center; 
	flex-direction: row; 
	height: 60px;
}
.cta__svg {
	margin-right: .5rem;
}
.cta__text {
	font-size: 12px;
    line-height: 16px;
}
.cta__call {
	font-weight: 700;
}
@media only screen and (max-width: 1259px){
	.cta__section {
		width: 85%;
	}
}
@media only screen and (max-width: 992px){
	.cta__section {
		width: 100%;
	}
}
#cta-responsive .cta__column {
    padding-left: 1rem;
    padding-right: 1rem;
    width: 146px;
}