.wrapper {
	width: 100%;
	min-height: 20vh;
	background: url('/assets/bg1.webp');
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
}
.wrapper .overlay {
	width: 100%;
	min-height: 20vh;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
}
.wrapper .overlay h1 {
	font-family: 'Work Sans', sans-serif;
	font-size: 2.5em;
	font-weight: 700;
	color: white;
}


h2 {
	font-family: 'Work Sans', sans-serif;
	font-size: 2em;
	font-weight: bold;
	color: #333;
}
.line {
	width: 100px;
	height: 6px;
	background-color: #40CCCC;
	margin-bottom: 2em;
}
.accordion .accordion-header h3 {
	 font-family: 'Work Sans', sans-serif;
	 font-size: 1.4em;
	 font-weight: bold;
	 color: #30B5B5;
}
.accordion .accordion-header .row {
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	color: #222;
}
.accordion .accordion-header .btn {
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	font-weight: 500;
	min-width: 120px;
	border-radius: 4px;
	margin-right: 10px;
}
.accordion .accordion-body h4 {
	font-family: 'Roboto', sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #30B5B5;
	margin-top: 2em;
}
.accordion .accordion-body li {
	text-align: justify;
}
#applyModal .form-label {
	font-size: 0.9em;
	font-weight: 500;
	color: #333;
	margin-bottom: 5px;
}
#applyModal .form-control {
	border-radius: 2px;
	font-weight: 500;
}
#applyModal .btn {
	min-width: 100px;
	border-radius: 2px;
}


@media(min-width: 992px) {
	.wrapper, .wrapper .overlay {
		min-height: 35vh;
	}
	.accordion .accordion-header h3 {
		font-size: 1.8em;
	}
	.accordion .accordion-header .btn {
		margin-right: 0;
	}
}
@media(min-width: 1200px) {
	.wrapper {
		min-height: 45vh;
	}
	.wrapper .overlay {
		min-height: 45vh;
		padding-top: 7em;
	}
}