/*------------------------------------------------------------  ELECTIVES EXPLAIN  --------------------------*/
.electives-explain h1 {
	font-size: 30px;
}

/*-----------------------------------------------------------  ELECTIVES INCLUDED  --------------------------*/
.electives-include {
	background: #fff7e4 url(../images/bg-electives-included.jpg) center center;
	background-size: 800px;
	background-blend-mode: multiply;
	padding: 30px 0 50px;
}

.electives-include .content {
	background: transparent;
}

.electives-include .content h2 {
	text-transform: none;
	font-family: 'Rancho', cursive;
	font-size: 60px;
	color: #AC831F;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 0;
}

.electives-include .content .flexC .fx_3 {
	background: rgba(255,255,255,0.7);
	padding: 20px 14px;
	border: 1px solid var(--gray2);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

.electives-include .content .flexC .fx_3 h3 {
	font-size: 1em;
	text-align: center;
	margin-top: 0;
	font-weight: 500;
	font-family: "Montserrat", sans-serif;
}


.electives-include dl dt { position: relative; }

.electives-include .flexC .aspect-ratio-box {
	height: 0;
	padding-top: 78%;
	position: relative;
	margin-bottom: 9px;
}

.electives-include .flexC .aspect-ratio-box .pg_swiper .swiper-button-next::before {
	color: var(--color2000);
}