@charset "UTF-8";
/* CSS Document */
.excel-intro h2{
	margin-top:10%;
}
@media (max-width: 767.98px){
	.excel-intro h2{
		margin-top:0;
	}
	.excel-intro .right-chev{
		position: relative;
	}
	.excel-intro .right-chev img{
		position: absolute;
		left:0;
		top:0;
		height: 100%;
		max-width: none;
	}
}

.note{
	background: #061B29;
	border:1px solid rgba(64,194,204,.2);
	border-radius: 3px;
	padding:22px;
}

.step-header{
	display: flex;
	align-items: center;
	margin-bottom:1em;
}
.step-header img{
	margin-right: 1em;
}
.step-header h3{
	margin:0;
}