.educate-yourself {
	.card-wrapper {
		.card {
			&:last-child {
				background: linear-gradient(
					130deg,
					var(--Deep-Velvet-Purple, rgba(89, 22, 139, 0.3)) 0%,
					var(--Crimson-Violet, rgba(134, 16, 67, 0.3)) 100%
				) !important;

				img {
					padding: 10px;
				}
			}
		}
	}
}
