.cms section.x200 { border:0; }

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

	&& 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;
	}
}

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

ol { 
	margin: 20px 0 20px 20px;
	&& li::marker {
		color: #4f7ee7;
		font-weight: bold;
	}
}

.zenbull img { margin:0 auto 20px; }
.zenbull h3 { text-align:center; }

.mobile.wide .zenbull img { width:34%; }
.mobile .zenbull img { width:60%; }
.mobile .zencom p { text-wrap: balance; }

.zencom {
	text-align: center;
	font-size: 16px;
	margin-bottom: 40px !important;
}