.flex-layout.cta-layout .pk-row {
	background-color: var(--brand-secondary-orange);
	padding: 0; border-radius: 2rem;
}
.flex-layout.cta-layout .pk-grid-container {
	align-items: center;
}
.flex-layout.cta-layout .pk-row .content {
	padding: 3.5rem 4.5rem; color: #ffffff;
	padding-right: 0; position: relative; z-index: 2;
}
.flex-layout.cta-layout .pk-row .pk-heading {
	color: #ffffff; margin-bottom: 1.5rem;
}
.flex-layout.cta-layout .pk-row .pk-button-group {
	margin-top: 1.5rem;
}

.flex-layout.cta-layout .pk-row .image {
	position: relative; z-index: 1;
}
.flex-layout.cta-layout .image .bg_shape {
	position: absolute; bottom: 0; right: 0; z-index: 1;
	width: 100%; height: auto;
}
.flex-layout.cta-layout .pk-row .image > img {
	position: relative; z-index: 2;
	width: 100%; height: auto; margin-top: -2.5rem;
}

.flex-layout.cta-layout .pk-row .image .testimonial {
	position: absolute; z-index: 3;
	display: flex; align-items: center; gap: 0.75rem;
	background-color: #ffffff; border-radius: 100px;
	padding: 0.5rem 1.5rem 0.5rem 0.5rem;
	filter: drop-shadow(20px 14px 24px rgba(0,0,0,0.13));
}
.flex-layout.cta-layout .pk-row .testimonial .photo {
	width: 3rem; height: 3rem; border-radius: 100%; 
	object-fit: cover;
}
.flex-layout.cta-layout .pk-row .testimonial .t-content {
	display: flex; flex-direction: column; justify-content: center;
	text-align: center;
}
.flex-layout.cta-layout .pk-row .testimonial .t-quote {
	font-size: 1rem; font-weight: 700; color: var(--brand-primary-purple);
}
.flex-layout.cta-layout .pk-row .testimonial .t-author {
	font-size: var(--body-sm); color: var(--brand-purple-4);
}

.flex-layout.cta-layout .pk-row .image .testimonial-1 {
	bottom: 35%; left: 0;
}
.flex-layout.cta-layout .pk-row .image .testimonial-2 {
	bottom: 10%; right: -5%;
}

@media screen and (max-width: 992px) {
	.flex-layout.cta-layout .pk-row .content {
		padding: 2.5rem 1.5rem; padding-bottom: 0;
	}
	.flex-layout.cta-layout .pk-row .image .testimonial-1 {
		bottom: 45%; left: 5%;
	}
	.flex-layout.cta-layout .pk-row .image .testimonial-2 {
		bottom: 10%; right: 2%;
	}
}