/* ====== Get Started / Video Container============*/


/*=======================================================*/
#iframe.section.center{
	padding-bottom: 2rem;
	outline:0;
}

.content {
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.content.iframeTitle{
	font-size: 4rem;
	line-height: 6rem;
	margin-bottom: 2rem;
	font-weight:bold;
}

.content.iframeText{
	font-size: 2rem;
	line-height: 2.6rem;
	margin-bottom: 3rem;
	font-weight:500;
}


#iframe a{
	display: inherit;
	text-decoration:none;
	color:#fff;
}

#iframe button{
	display: inherit;
	text-decoration:none;
	color:#fff;
	margin:3rem auto;
}



/*============*/


@media (min-width: 1024px) {
	.col-md-8 {
	width: 80%;	
}
}


@media (max-width: 540px) {

.content {
	width: 100%;
	padding: 8px 20px;
	margin-bottom: 0;
}	

.content.iframeTitle{
	margin-bottom: 0;
}

.content.iframeText{
	margin-bottom: 1.5rem;
}
	
}