._c-row
{
	display: flex;
	flex-direction: column;
	margin-right: -15px;
	margin-left: -15px;
	margin-bottom: 15px;
}
._c-col-image-left, ._c-col-text-right, ._c-col-text-left, ._c-col-image-right, ._col-full
{
	padding-right: 15px;
	padding-left: 15px;
}
._c-row h3
{
	margin-top: 0;
	color: #a20000;
}
._section-desc-holder
{
	margin-bottom: 30px;
}
._section-desc-holder ._section-desc-btn
{
	display: none;
	margin-top: 10px;
}
._section-desc-holder._collapse ._section-desc-btn
{
	display: block;
}
._section-desc-holder ._section-desc-btn a
{
	display: inline-block;
	background-color: #0364ed;
	color: #fff;
	line-height: 3em;
	padding: 0 15px;
	text-transform: uppercase;
	font-size: .77em;
	font-weight: bold;
}
._section-desc-holder._collapse ._section-desc-txt
{
	max-height: 150px;
	overflow: hidden;
	position: relative;
}
._section-desc-holder._collapse ._section-desc-txt:after
{
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0;
	height: 100px;
	background: linear-gradient(to top, rgba(255,255,255,1), rgba(255,255,255,0));
}