body{background-color:#A0D2F2;background-image:url(../images/about-bg-star.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:100%
}

#promote-section{margin-top:100px}
#promote-section img{margin:0 auto 60px;max-width:900px}

#about-main-content{padding:0 200px}
#about-main-content p{color:var(--primary-color);margin:0 0 5px 0;line-height:1.5;font-size:17px;font-weight:700}

.iframe-container {
	margin-bottom: 120px;
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	overflow: hidden;
	border-radius: 12px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.iframe-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.show-dates{}
.show-dates img.mobile-img{display:none !important}

main .container{padding:0 200px}

@media screen and (max-width: 991px) {
	main .container,
	#about-main-content{padding:0 20px}
}

@media screen and (max-width: 768px) {
	.show-dates{background-image:url(../images/flow.png);background-repeat:no-repeat;background-position:center bottom;background-size:100% auto}
	.show-dates img{display:none !important}
	.show-dates img.mobile-img{display:block !important;width:100%}
}
