.main {
	background: linear-gradient(to top, rgb(237 242 250) 0%, rgb(250 248 236) 100%);
}
.questions-section {
    padding: 60px 0;
    margin: 0 -15px;
}
.questions-section .collapse-questions {
	padding: 0;
}
.questions-section .collapse-questions .question:not(:last-child) {
	border-bottom: solid 1px #e2e2e2;
}
.questions-section .collapse-questions .question h2 {}
.questions-section .collapse-questions .question h2 a {
	transition: all .3s ease;
	color: #171717;
	display: flex;
	justify-content: space-between;
	align-items: start;
}
.questions-section .collapse-questions .question h2 a:after {
	content: '\2b';
	font-family: "Font Awesome 6 Pro";
	font-size: .9em;
	font-weight: 400;
	transition: all .3s ease;
}
.questions-section .collapse-questions .question h2 a:hover { color: #2d9563; }
.questions-section .collapse-questions .question h2 a.active { color: #05713d; }
.questions-section .collapse-questions .question h2 a.active:after { content: '\f00d' }
.questions-section .collapse-questions .question .answer {
	display: none;
	padding: 20px;
	color: #171717;
	background: rgb(255 255 255 / 90%);
	margin: 0 0 20px;
	border-radius: 8px;
	box-shadow: 0 7px 7px rgb(0 0 0 / 12%);
}

.flex-content {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.flex-content > div:last-child {
	width: 210px;
	display: flex;
	gap: 5px;
	flex-direction: column;
	align-items: flex-start;
}
.flex-content > div {
    width: calc(100% - 450px);
}
.flex-content .image-holder {
	position: relative;
	width: 200px;
	height: 200px;
	background: #f1f1f1;
	box-shadow: 0 3px 10px rgb(0 0 0 / 6%);
}
.flex-content .image-holder img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.flex-content .image-holder .subheading {
	background: #00a503;
	display: block;
	position: absolute;
	font-size: 13px;
	line-height: 1.1em;
	font-weight: 600;
	z-index: 2;
	left: -10px;
	top: 6px;
	color: #fff;
	padding: 6px 10px;
	font-style: normal;
}
.flex-content .image-holder .subheading:before {
	left: 0px;
	top: 100%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	z-index: 0;
	pointer-events: none;
	border-color: rgba(0, 133, 2, 0);
	border-right-color: #008502;
	border-top-color: #008502;
	border-width: 5px;
	margin-top: 0px;
}
@media (max-width: 991px) {
	.flex-content .image-holder {
		width: 150px;
		height: 150px;
	}
	.flex-content > div:last-child {
		width: 150px;
	}
	.flex-content > div {
	    width: calc(100% - 350px);
	}
}
@media (max-width: 680px) {
	.flex-content {
		flex-direction: column;
		align-items: flex-start;
	}
	.flex-content .image-holder {
		width: 100%;
		height: 60vw;
	}
	.flex-content > div:last-child {
		width: 100%;
	}
	.flex-content > div {
	    width: 100%;
	}
}

/*

@media (min-width: 769px) {
	.pull-left { float: left }
	.pull-right { float: right }
}

.scholarships .label {
	display: inline-block;
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
	font-weight: 400;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #fff;
	border-radius: 4px;
	padding: 0 7px;
}

.scholarships .tags {
	margin-top: 5px;
}

.label-undergraduate {
	background-color: #007bff;

}
.label-postgraduate {
	background-color: #6c757d;		
}
.label-doctoral {
	background-color: #17a2b8;
}

*/

/* Pill styles 
.pilllist-item {
	cursor: pointer;
	display: inline-block;
	float: left;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	margin: 0 12px 12px 0;
	text-transform: capitalize;
}

.pilllist-item input[type="checkbox"] {
	display: none;
}
.pilllist-item input[type="checkbox"]:checked + .pilllist-label {
	background-color: #5f9160;
	border: 1px solid #5f9160;
	color: #fff;
	padding-right: 16px;
	padding-left: 16px;
}
.pilllist-label {
	border: 1px solid #5f9160;
	border-radius: 20px;
	color: #476d48;
	display: block;
	padding: 7px 28px;
	text-decoration: none;
}
.pilllist-item
	input[type="checkbox"]:checked
	+ .pilllist-label
	.icon--checkLight {
	display: inline-block;
}
.pilllist-item input[type="checkbox"]:checked + .pilllist-label .icon--addLight,
.pilllist-label .icon--checkLight,
.pilllist-children {
	display: none;
}
.pilllist-label .icon {
	width: 12px;
	height: 12px;
	margin: 0 0 0 12px;
}
.icon--smallest {
	font-size: 12px;
	line-height: 12px;
}
.icon {
	background: transparent;
	display: inline-block;
	font-style: normal;
	vertical-align: baseline;
	position: relative;
}

*/

/* GRID 

.scholarships-grid {}
.scholarships-grid .scholarship-item {}
.scholarships-grid .scholarship-item .image-holder {}
.scholarships-grid .scholarship-item .image-holder .subheading {
	background: #00a503;
	display: block;
	position: absolute;
	font-size: 16px;
	line-height: 1.1em;
	font-weight: 600;
	z-index: 2;
	left: -15px;
	top: 6px;
	color: #fff;
	padding: 6px 10px;
	font-style: normal;
}
.scholarships-grid .scholarship-item .image-holder .subheading:before {
	left: 0px;
	top: 100%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	z-index: 0;
	pointer-events: none;
	border-color: rgba(0, 133, 2, 0);
	border-right-color: #008502;
	border-top-color: #008502;
	border-width: 5px;
	margin-top: 0px;
}
.scholarships-grid .scholarship-item .heading {
	font-family: 'PT Serif', serif;
	font-size: 16px;
}
.scholarships-grid .scholarships-item .tags {}

p.bigger {
	font-size: 16px;
}
*/