.features {
	padding: 96px 0;
	/* background: var(--primary-gradient); */
	position: relative;
	overflow: hidden;
}

.features .section-title {
	color: var(--bright-yellow);
	margin-bottom: 12px;
}

.features .features-container {
	margin-top: 45px;
	display: flex;
	justify-content: space-between;
	gap: 32px;
}

.features .subtext {
	text-align: left;
}

.features .features-container.multiple-rows {
	flex-wrap: wrap;
}

.features .features-container.multiple-rows .feature {
	width: 48%;
}
.features .feature {
	max-width: 385px;
}

.features .icon {
	margin-bottom: 20px;
}

.features .title {
	color: var(--general-white);
	font-family: Outfit;
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	margin-bottom: 8px;
}

.features.cbf-solutions .title {
	font-size: 24px;
}

.features .description {
	color: var(--general-white);
	font-family: Outfit;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 150% */
}

.features button {
	margin-top: 64px;
	width: 260px;
}

.features .illustration {
	position: absolute;
	max-width: 50%;
}

.features .text-content.center-text {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.features .feature.grey-box {
	padding: 24px;
	border-radius: 8px;
	border: 1px solid rgba(20, 83, 188, 0.3);
	background: #fff;
	flex: 1;
}

.features .feature.grey-box .icon {
	border-radius: 50%;
}

.features .feature.grey-box p.title {
	color: var(--Gray-900, #101828);
	font-family: Outfit;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px; /* 150% */
}
.features .feature.grey-box p.description {
	color: var(--Gray-500, #667085) !important;
	font-family: Outfit;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
}

.features .feature.grey-box a {
	display: inline-block;
	margin-top: 32px;
	color: #1453bc;
	font-family: Outfit;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 150% */
	text-decoration: none;
}

.features .feature.grey-box a i {
	color: #1453bc;
	margin-left: 8px;
}

.features .text-grey {
	color: #667085;
}
@media (max-width: 991px) {
	.features .features-container.multiple-rows {
		flex-direction: column;
	}

	.features .features-container {
		gap: 32px !important;
		flex-wrap: wrap;
	}

	.features span.hide-on-mobile {
		display: none;
	}

	.features .features-container.multiple-rows .feature {
		width: 100%;
	}

	.features .features-container {
		flex-wrap: wrap;
		justify-content: center !important;
	}

	.features .feature.grey-box {
		min-width: 250px;
	}

@media (max-width: 768px) {
	.features {
		padding: 30px 0;
	}

	.features .heading {
		text-align: center;
	}
	.features .mobile-text-center {
		text-align: center;
	}
	.features .text-content,
	.features .feature {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.features .features-container {
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
	}
	.features .global-container {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.features .illustration {
		display: none;
	}
}

@media (max-width: 538px) {
	.features .features-container {
		flex-direction: column;
	}
}
