/* ====== Get Started / Video Container============*/


/*=======================================================*/
#iframenocta.section.center{
	padding-bottom: 2rem;
	outline:0;
}

#iframenocta .content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.content.iframeheadline{
	font-size: 3.5rem;
	line-height: 3.75rem;
	margin-bottom: 2rem;
	font-weight:bold;
}

.content.iframeText{
	font-size: 2rem;
	line-height: 2.6rem;
	margin-bottom: 3rem;
	font-weight:500;
}


#iframenocta a{
	text-decoration:none;
    font-weight:bold;
    color: #00b3e6;
}

#iframenocta 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.iframeheadline{
	margin-bottom: 0;
}

.content.iframeText{
	margin-bottom: 1.5rem;
}
	
}