.elementor-element-a949eac {
	flex-direction: column !important;
}

.elementor-element-150b586,
.elementor-element-49edf64 {
	width: 100% !important;
	max-width: 100% !important;
}

.kp-team-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 32px 24px;
}

.kp-team-card__photo {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	border-radius: 16px;
	margin-bottom: 16px;
}

.kp-team-card__name {
	margin: 0 0 4px;
	font-family: Manrope, sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: #22282b;
}

.kp-team-card__role {
	margin: 0;
	font-family: Manrope, sans-serif;
	font-size: 15px;
	color: #667085;
}

.kp-team-card {
	text-align: left;
}

.kp-team-card--photo .kp-team-card__photo {
	margin-bottom: 0;
}

body .kp-team-card button.kp-team-card__more,
body button.kp-team-card__more {
	appearance: none !important;
	-webkit-appearance: none !important;
	display: block !important;
	width: auto !important;
	max-width: 100% !important;
	margin: 12px 0 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #22282b !important;
	font-family: Manrope, sans-serif !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	line-height: 1.4 !important;
	letter-spacing: 0 !important;
	text-align: left !important;
	text-decoration: underline !important;
	text-transform: none !important;
	cursor: pointer;
}

.kp-team-card__bio {
	margin-top: 12px;
	font-family: Manrope, sans-serif;
	font-size: 15px;
	line-height: 1.6;
	color: #667085;
}

.kp-improvements {
	padding: 48px 0 16px;
}

.kp-improvements__eyebrow {
	margin: 0 0 8px;
	font-family: Manrope, sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #667085;
}

.kp-improvements__title {
	margin: 0 0 20px;
	font-family: Manrope, sans-serif;
	font-size: 40px;
	font-weight: 700;
	color: #22282b;
}

.kp-improvements__body {
	max-width: 720px;
	font-family: Manrope, sans-serif;
	font-size: 16px;
	line-height: 1.7;
	color: #22282b;
}

@media (max-width: 1024px) {
	.kp-team-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.kp-team-grid {
		grid-template-columns: 1fr;
	}

	.kp-improvements__title {
		font-size: 32px;
	}
}
