.cs-content{
	background-color: #f1f1f1;
	padding: calc(8.4375vw + 24px) 0 0 0;
	position: relative;
}
.cs-content[style]{
	background-size: cover;
	background-position: left center;
	background-repeat: no-repeat;
}

.cs-content:after{
	content: '';
	display: block;
	clear: both;
}
.cs-content .stairs-container{
	position: relative;
	bottom: 0;
	/*top: calc(8.4375vw + 24px);*/
	left: 0;
}

.cs-content .stairs-container > div{
	background: #ffba00;
}

.cs-content .stairs-container > div:nth-child(1){ width: 2%; height: 121px; }
.cs-content .stairs-container > div:nth-child(2){ width: 20%; height: 43px; }
.cs-content .stairs-container > div:nth-child(3){ width: 100%; height: 43px; }

.cs-content .listing-position-right > div{ float: right; }
.cs-content .listing-position-center > div{ margin: auto; }

.cs-content-block{
	background: white;
	width: 512px;
	padding: 2.625em 3.75em;
}

.cs-content h2{ padding-top: 0; padding-bottom: 36px; line-height: 1.325; }
.cs-content .cs-sub-title{ 
	font-size: 2.1875rem;
	font-weight: 600;
	line-height: 1.34285;
	padding-bottom: 1.31428em;
	font-family: 'Archivo', sans-serif;
	color: #006353;
}
.cs-row-content{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding-bottom: 1.25em;
}
.cs-row-content a{
	display: block;
	padding: 0 0 1.25em 0; 
	line-height: 1.2222;
	font-size: 1.05rem;
	color: #000000;
	cursor: pointer;
	transition: all 0.3s;
}

.cs-row-content a:hover{
	color: #3e7e99;
}

@media (max-width: 767px) {
	.cs-content-block{
		float: none;
		margin: auto; 
		max-width: 100%;
		text-align: center;
	}
	
	.cs-content .cs-sub-title{
		font-size: 1.25rem;
		line-height: 1.1em;
	}
	
	.cs-content .stairs-container > div:nth-child(1){ height: 43px; }
	.cs-content .stairs-container > div:nth-child(2){ height: 32px; }
}
