#cta-text-image.module-wrapper {
	margin: 40px 0;
	background-color: #F7F3E5;
	display: flex;
}

#cta-text-image.module-wrapper .col-text {
	flex: 1;	
	padding: 40px 20px;
	max-width: 455px;
    margin: 0 auto;
    align-self: center;
}
#cta-text-image.module-wrapper.no-pic .col-text {
	text-align: center;
	max-width: 800px;
}

#cta-text-image.module-wrapper .col-image {
	width: 50%;	
}

#cta-text-image.module-wrapper .subtitle {
    color: #021E47;
    font-weight: 600;
    line-height: 29px;
}

#cta-text-image.module-wrapper .title {
    color: #021E47;
    font-family: "ortica linear";
    font-size: 41.79px;
    line-height: 120%;
    letter-spacing: 0.209px;
}

#cta-text-image.module-wrapper .text {
	line-height: 160%;
	margin: 24px 0 29px;
}

#cta-text-image.module-wrapper .text strong {
    color: #021E47;
    font-weight: 700;
}

#cta-text-image.module-wrapper .col-image img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}

/* #cta-text-image.module-wrapper .button {
	color: white;
	display: block;
    width: fit-content;
	padding: 15px 48px;
	border-radius: 50px;
	background: #021E47;
    font-weight: 600;
} */
#cta-text-image.module-wrapper.no-pic .button {
	margin: 0 auto;
}

#cta-text-image.module-wrapper .button:hover {
	background: #25477a;
}


@media (max-width: 980px) {
	#cta-text-image.module-wrapper {
		flex-direction: column;
	}
	#cta-text-image.module-wrapper .col-image {
		width: 100%
	}
	#cta-text-image.module-wrapper .col-text {
		max-width: inherit;
	}
}