.learn-banner {
	height: calc(90vh + 80px);
	max-height: 540px;
	min-height: 490px;
	margin-top: -100px;
	text-align: center;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	position: relative;
	z-index: -1;
}
.learn-banner:before {
	background-image: linear-gradient(100deg,rgb(255 255 255 / 0.8),transparent);
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
.learn-banner__content {
	position: relative;
	z-index: 3;
}
.learn-banner h1 {
	font-size: 44px;
	line-height: 1.1;
	font-weight: 900;
	margin-bottom: 25px;
}
.learn-banner h1 span {
	color: #f1863c;
	font-size: 125%;
}
.learn-banner p {
	font-size: 18px;
	line-height: 1.5;
	margin: 0 auto 30px;
	opacity: 0.9;
}
.btn-banner {
	padding: 12px 40px;
	border:  1px solid rgba(3, 168, 124, 1);
	background: rgba(3, 168, 124, 1);
	color: #ffffff;
	border-radius: 16px;
	display: inline-block;
}
@media (min-width: 768px){
	.learn-banner h1 {
		font-size: 45px;
	}
	.learn-banner p {
		max-width: 70%;
		font-size: 20px;
	}
}
@media (min-width: 992px){
	.learn-banner h1 {
		font-size: 55px;
	}

}
@media (min-width: 1024px){
	.learn-banner h1 {
		font-size: 60px;
	}
	
}
@media (min-width: 1199px){
	.learn-banner h1 {
		font-size: 75px;
	}
}
.next-class {
	margin-top: -70px;
	margin-bottom: 50px;
}
.next-class__header {
	padding: 15px;
	border-radius: 16px;
	margin-bottom: 20px;
	box-shadow: 0 15px 30px 0 rgba(34,34,34,.05);
	background-color: #ffffff;
	text-align: center;
}
.next-class__header h2 {
	font-size: 28px;
	font-weight: 900;
	margin-bottom: 30px;
}
.next-class__date {
	width: 90px;
	height: 90px;
	background: #f1863d;
	box-shadow: 0 5px 20px 0 rgba(241, 134, 61,.4);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	margin: -65px auto 30px;
	flex-direction: column;
	text-transform: uppercase;
}
.next-class__date span.next-class__day {
	font-size: 30px;
	font-weight: 900;
}
.next-class__blox {
	margin: 0 20px 20px;
}
.next-class__blox span {
	font-weight: 800;
}
span.next-class__label {
	font-size: 14px;
	font-weight: 200;
}
@media (min-width: 640px){
	.next-class__times {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
@media (min-width: 768px){
	.next-class__desc {
		max-width: 80%;
		margin: 0 auto;
	}
	.next-class__header {
		padding: 30px;
	}
	.next-class__header h2 {
		font-size: 35px;
	}
	.next-class__date {
		margin: -80px auto 45px;
	}
}
.ticket {
	border-radius: 16px;
	display: block;
	box-sizing: content-box;
	filter: drop-shadow(0 2px 5px rgba(34,34,34,.09));
	position: relative;
	background-size: 51% 100%;
	background-repeat: no-repeat;
	background-image: radial-gradient(circle at 0 50%, rgba(255,255,224,0) 0.4em, #D7EFEE 0.5em), radial-gradient(circle at 100% 50%, rgba(255,255,224,0) 0.4em, #D7EFEE 0.5em);
	background-position: top left, top right;
	max-width: 560px;
	margin: 40px auto;
	padding: 16px;
}
.ticket__wrap {
	padding: 15px;
	border: 1px dashed #ffffff;
	border-radius: 16px;
	text-align: center;
}
.ticket__wrap p {
	margin: 0 0 10px;
	font-size: 14px;
}
.p-nooftic {
	display: flex;
	align-items: center;
	justify-content: center;
}
.p-nooftic label {
	margin: 0 10px 0 0;
}
.p-nooftic input#qty {
	max-width: 40px;
	padding: 0 10px;
	text-align: center;
}
.button-qty {
	margin: 0 4px;
	padding: 4px;
	cursor: pointer;
}
@media (min-width: 540px){ 
	.ticket__wrap {
		display: flex;
		align-items: center;
		justify-content: space-between;
		text-align: left;
	}
	.ticket__wrap p {
		margin: 0;
	}
}