.x200 {
	color:white;
	background: url(/img/pages/classes/gates-of-awakening/x200.jpg) 0 0 no-repeat;
	background-size: cover;
	height:100px;
	width:100%;
	border-radius: 15px;
	user-select: none;
	margin:60px auto 40px !important;
}

.mobile .x200 {
	width:96%;
	border-radius: 5px;
}

.x200 p {
	line-height:100px;
	font-family: 'Source Serif Pro', serif;
	font-style: italic;
	font-size: 2.35em;
	letter-spacing: 0.5px;
	text-align: center;
	text-shadow: 3px 3px 3px rgba(0,0,0,.8);
	margin: 0;
}

.mobile .x200 p { font-size: 1.75em; }


.gates { text-align:center; }
.txt { 
	text-wrap:balance;
	font-size: 20px;
}
.gates h2 { 
	margin-top:40px; 
	color:var(--blue); 
}

.mobile .txt { font-size:16px; }
.gates h2 { margin-top:30px; }
