.pol-feature-cards {
	background-color: #F7F7F6;
	padding-top: 60px;
	padding-bottom: 60px;
}

.pol-feature-cards__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}

.pol-feature-cards__card {
	background-color: #FFFFFF;
	border-top: 4px solid #FFD367;
	border-radius: 24px;
	padding: 32px;
}

.pol-feature-cards__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin-bottom: 20px;
	border-radius: 12px;
	background-color: #FFD367;
}

.pol-feature-cards__icon-img {
	width: 24px;
	height: 24px;
}

.pol-feature-cards__title {
	margin: 0 0 12px 0;
	font-size: 22px;
	font-weight: 600;
	line-height: 28px;
	color: #000000;
}

.pol-feature-cards__content {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #404E5B;
}

.pol-feature-cards__content p {
	margin: 0 0 16px 0;
}

.pol-feature-cards__content p:last-child {
	margin-bottom: 0;
}

.pol-feature-cards__content a {
	color: #0072FF;
}

@media (max-width: 767px) {
	.pol-feature-cards__grid {
		grid-template-columns: 1fr;
	}
}
