.section-recommendations .card:nth-child(1),
.section-recommendations .card:nth-child(1):hover {
	background-color: #e6feee;
	border-color: #e6feee;
}

.section-recommendations .card:nth-child(1),
.section-recommendations .card:nth-child(1) h3,
.section-recommendations .card:nth-child(1) p,
.section-recommendations .card:nth-child(1) svg {
	color: #013d16;
}

.section-recommendations .card:nth-child(2),
.section-recommendations .card:nth-child(2):hover {
	background-color: #ffe2d4;
	border-color: #ffe2d4;
}

.section-recommendations .card:nth-child(2),
.section-recommendations .card:nth-child(2) h3,
.section-recommendations .card:nth-child(2) p,
.section-recommendations .card:nth-child(2) svg {
	color: #6d321a;
}
