.ajfm-section,
.ajfm-section * {
	box-sizing: border-box;
}

.ajfm-section {
	width: 100%;
	padding: 14px 26px;
	font-family: Poppins, "Segoe UI", Arial, sans-serif;
	line-height: 1.5;
	color: #071f45;
}

.ajfm-inner {
	position: relative;
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	padding: 46px 46px 38px;
	border-radius: 22px;
	background-color: #f1f5f8;
	background-image:
		radial-gradient(circle at 14% 38%, rgba(255, 255, 255, 0.8), transparent 31%),
		linear-gradient(108deg, rgba(255, 255, 255, 0.18), rgba(225, 234, 241, 0.16));
	overflow: hidden;
}

.ajfm-layout {
	--ajfm-testimonial-width: 330px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(250px, var(--ajfm-testimonial-width));
	align-items: center;
	min-width: 0;
	gap: 34px;
}

.ajfm-layout--single {
	grid-template-columns: minmax(0, 1fr) !important;
}

.ajfm-content {
	min-width: 0;
}

.ajfm-heading,
.ajfm-pillar__title,
.ajfm-pillar__description,
.ajfm-testimonial__text,
.ajfm-testimonial__name,
.ajfm-testimonial__role {
	margin: 0;
	padding: 0;
	border: 0;
	text-transform: none;
	letter-spacing: normal;
}

.ajfm-heading {
	margin-bottom: 31px;
	color: #061e42;
	font-size: clamp(24px, 2.15vw, 31px);
	font-weight: 750;
	line-height: 1.18;
	text-align: left;
}

.ajfm-pillars {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	align-items: start;
	column-gap: 34px;
	row-gap: 38px;
}

.ajfm-pillar {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width: 0;
	text-align: center;
}

.ajfm-pillar__icon {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	border: 1px solid rgba(11, 50, 103, 0.035);
	border-radius: 50%;
	background-color: #f2ece7;
	color: #0b3267;
	box-shadow: 0 4px 13px rgba(18, 45, 76, 0.035);
	font-size: 42px;
	line-height: 1;
	transition: transform 220ms ease, box-shadow 220ms ease;
}

.ajfm-pillar:hover .ajfm-pillar__icon {
	box-shadow: 0 7px 17px rgba(18, 45, 76, 0.08);
	transform: translateY(-3px);
}

.ajfm-pillar__icon i {
	display: block;
	font-size: 42px;
	line-height: 1;
}

.ajfm-pillar__icon svg {
	display: block;
	width: 42px;
	height: 42px;
	fill: currentColor;
}

.ajfm-pillar__title {
	margin-top: 18px;
	color: #071f45;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
}

.ajfm-pillar__description {
	max-width: 250px;
	margin-top: 10px;
	color: #52647b;
	font-size: 12.5px;
	font-weight: 400;
	line-height: 1.65;
}

.ajfm-testimonial {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	min-width: 0;
	min-height: 284px;
	padding: 28px 29px 27px;
	border: 1px solid rgba(18, 45, 76, 0.06);
	border-radius: 16px;
	background-color: #fff;
	box-shadow: 0 6px 20px rgba(25, 53, 83, 0.045);
}

.ajfm-testimonial__quote {
	display: flex;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	flex-direction: column;
}

.ajfm-testimonial__mark {
	display: block;
	height: 27px;
	margin: -2px 0 10px;
	color: #071f45;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 31px;
	font-weight: 800;
	line-height: 1;
}

.ajfm-testimonial__text {
	color: #263e5e;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.55;
}

.ajfm-testimonial__author {
	display: flex;
	align-items: center;
	min-width: 0;
	margin-top: 24px;
	gap: 13px;
}

.ajfm-testimonial__avatar {
	position: relative;
	display: grid;
	flex: 0 0 auto;
	width: 48px;
	height: 48px;
	border: 2px solid rgba(7, 31, 69, 0.08);
	border-radius: 50%;
	overflow: hidden;
	background: #e7edf2;
	place-items: center;
}

.ajfm-testimonial__photo,
.ajfm-testimonial__avatar img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0;
	object-fit: cover;
	object-position: center;
}

.ajfm-testimonial__initials {
	display: grid;
	width: 100%;
	height: 100%;
	background-color: #d7a947;
	color: #071f45;
	font-size: 13px;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 0.02em;
	place-items: center;
}

.ajfm-testimonial__identity {
	display: flex;
	min-width: 0;
	font-style: normal;
	flex-direction: column;
}

.ajfm-testimonial__name {
	color: #071f45;
	font-size: 13.5px;
	font-weight: 700;
	line-height: 1.35;
}

.ajfm-testimonial__role {
	margin-top: 2px;
	color: #5b6d83;
	font-size: 11.5px;
	font-weight: 400;
	line-height: 1.4;
}

@media (max-width: 1180px) {
	.ajfm-layout {
		grid-template-columns: minmax(0, 1fr);
	}

	.ajfm-testimonial {
		width: 100%;
		min-height: 0;
	}

	.ajfm-testimonial__text {
		max-width: 820px;
	}
}

@media (max-width: 1024px) {
	.ajfm-inner {
		padding: 38px 34px 34px;
	}

	.ajfm-pillars {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ajfm-pillar__description {
		max-width: 330px;
	}
}

@media (max-width: 767px) {
	.ajfm-section {
		padding: 10px 12px;
	}

	.ajfm-inner {
		padding: 28px 20px 24px;
		border-radius: 17px;
	}

	.ajfm-heading {
		margin-bottom: 28px;
		font-size: 24px;
		line-height: 1.25;
		text-align: center;
	}

	.ajfm-pillars {
		grid-template-columns: minmax(0, 1fr);
		row-gap: 31px;
	}

	.ajfm-pillar__icon {
		width: 86px;
		height: 86px;
	}

	.ajfm-pillar__icon i {
		font-size: 36px;
	}

	.ajfm-pillar__icon svg {
		width: 36px;
		height: 36px;
	}

	.ajfm-pillar__title {
		margin-top: 15px;
		font-size: 16px;
	}

	.ajfm-pillar__description {
		max-width: 390px;
		font-size: 13px;
	}

	.ajfm-testimonial {
		padding: 24px 22px;
	}

	.ajfm-testimonial__text {
		font-size: 13.5px;
	}
}

@media (max-width: 380px) {
	.ajfm-testimonial__author {
		align-items: flex-start;
	}

	.ajfm-testimonial__role {
		font-size: 11px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ajfm-pillar__icon {
		transition: none;
	}

	.ajfm-pillar:hover .ajfm-pillar__icon {
		transform: none;
	}
}
