.adswall-about {
	font-size: 16px;
	min-width: 265px;
}

.adswall-about *,
.adswall-about ::before,
.adswall-about ::after {
	line-height: 1.35em;
}

.adswall-about .content-margin {
	margin: 0 auto;
}

.adswall-about .branding-logo {
	overflow: hidden;
	text-indent: 100%;
	padding: 0;
	margin: 0;
}

.adswall-about header {
	background: #ff7212;
	margin-bottom: 30px;
}

.adswall-about header h2 {
	color: #fff;
	font-family: "OpenSans", sans-serif;
	margin: 0 0 10px;
}

.adswall-about footer {
	text-align: center;
	margin-bottom: 15px;
}

.adswall-about footer p {
	font-weight: bold;
	margin: 40px;
}

.adswall-about p {
	color: #33332f;
	margin: 10px 0 30px;
}

.adswall-about em {
	font-style: normal;
	font-weight: bold;
}

.adswall-about ol.steps-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	flex-wrap: wrap;
	counter-reset: adswall-step;
}

.adswall-about ol.steps-list > li {
	display: block;
	width: 280px;
	margin: 30px 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	text-align: center;
	position: relative;
}

.adswall-about ol.steps-list > li::before {
	content: '';
	display: block;
	background-color: #ff7212;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 65%;
	width: 111px;
	height: 111px;
	border-radius: 56px;
	margin: 0 auto 15px;
}

.adswall-about ol.steps-list > li.step-articles::before {
	background-image: url("https://s1.trrsf.com/update-1549286142/fe/zaz-mod-icons/svg/essential/papers.svg");
}

.adswall-about ol.steps-list > li.step-video::before {
	background-image: url("https://s1.trrsf.com/update-1549286142/fe/zaz-mod-icons/svg/essential/circle-play.svg");
}

.adswall-about ol.steps-list > li.step-done::before {
	background-image: url("https://s1.trrsf.com/update-1549286142/fe/zaz-mod-icons/svg/essential/check-calendar.svg");
}

.adswall-about ol.steps-list > li::after {
	content: counter(adswall-step);
	counter-increment: adswall-step;
	display: block;
	background: #33332f;
	border-radius: 16px;
	width: 32px;
	height: 32px;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	padding: 3px 0;
	position: absolute;
	top: -5px;
	left: 80px;
}

/*# sourceMappingURL=context.css.map */

@media (min-width: 1024px) {

.adswall-about .content-margin {
	max-width: 1024px;
	width: 90vw;
}

.adswall-about .branding-logo {
	background-image: url("../img/terra.png");
	width: 113px;
	height: 32px;
}

.adswall-about header {
	height: 250px;
}

.adswall-about header h2 {
	font-size: 30px;
}

.adswall-about header .content-margin {
	height: 250px;
	padding-right: 530px;
	padding-top: 20px;
	background-image: url("../img/banner-bg.png");
	background-repeat: no-repeat;
	background-position: right;
}

}

@media (max-width: 1023px) {

.adswall-about .content-margin {
	width: 80vw;
	min-width: 265px;
}

.adswall-about .branding-logo {
	background-image: url("../img/terra_mob.png");
	width: 96px;
	height: 27px;
}

.adswall-about header {
	padding-bottom: calc(258px - 5vw);
	background-image: url("../img/banner-bg_mob.png");
	background-repeat: no-repeat;
	background-position: center bottom;
}

.adswall-about header h2 {
	font-size: 25px;
}

.adswall-about header .content-margin {
	padding-top: 10px;
}

.adswall-about ol.steps-list > li {
	width: 265px;
	font-size: 15px;
}

}

