.card-header2 {
	max-width: 500px !important;
	padding: 12px !important;
	border-radius: 1.25rem !important;
	text-align: left;
	background-color: hsla(260, 25%, 95%, 0.15);

	color: hsl(260, 40%, 25%);
	/*border: 5px solid red !important;*/
	font-size: 125%;
	box-shadow: 0 0 0.1rem 2px hsla(260, 25%, 25%, 0.35), inset 0 0 0.1rem hsla(260, 75%, 40%, 0.2), inset 0 0 0.2rem 0.1rem hsla(260, 75%, 40%, 0.15), inset 0 0 0.3rem 0.2rem hsla(260, 75%, 40%, 0.10);
	backdrop-filter: blur(.4rem);
	padding-bottom:15px;
}
	.card-header2:hover {
		background-color: hsl(200, 91%, 64%, 0.35);
		cursor: pointer;
	}
	.card-header2 div {
		height: 40px;
		color: white;
		text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
		font-weight: bold;
	}

.card-parent2 {
	background-image: url('/img/bg-slide-s-01.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 700px;
	width: 100%;
	max-width: 90%;
	border: 4px solid darkgray !important;
	border-radius: 20px 20px;
	position: relative;
	overflow: hidden;
	margin-top: 50px;
	padding-top: 23%;
}

.feature-bg {
	background-color: #263238 !important;
	border-radius: 15px 15px;
	border: 1px solid #202a2f;
}
	.feature-bg:hover {
		background-color: #364248 !important;
	}
	.feature-icon {
		width: 80px;
		filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.3));
		transition: filter 0.3s ease-in-out;
	}