.enrollBtn {
	max-width:250px;
	width:100%;
}

.qr-code {
	position:relative
}

.qr-code:before{
	position:absolute;
	content:'';
	width:2px;
	background:#d2d2d2;
	height:120px;
	left:0
}


.custom-h2 h2 {
	margin-bottom:2px
}

.blue-bg {
	background-color: #ebf7ff;

}

[data-page-id="WebPage-cd08a663-62ed-4ddc-901b-8b418d85bce0"] .ry-container {
	max-width: 960px !important;
	width: 90%;
	padding-bottom:100px
}

[data-page-id="WebPage-cd08a663-62ed-4ddc-901b-8b418d85bce0"] #ry-pg-body ul li {
	list-style: none; 
	position: relative;
	padding-left: 1.8em;
}

[data-page-id="WebPage-cd08a663-62ed-4ddc-901b-8b418d85bce0"] #ry-pg-body ul li::before {
	content: "✅"; 
	position: absolute;
	left: 0;
	color: green; 
}
@media(max-width:768px){
	.qr-code:before{
		position:absolute;
		content:'';
		width:100%;
		background:#d2d2d2;
		height:1px;
		left:0;
		top:5%;
	}
	.qr-code p{
		text-align:center;
		margin:30px 0 0
	}
	.qr-code p br{
		display:none
	}

	.qr-code img{
		margin:0 auto
	}

}