<div class="c-featured-project-info o-container" data-bkg-theme="base">
<div class="o-row">
<div class="o-col o-col-xs-10 o-col-xs--offset-1 o-col-sm-md-8 o-col-sm--offset-2">
<p class="c-featured-project-info__text f-text--small">
<strong>Location:</strong>
Philadelphia, PA
</p>
<p class="c-featured-project-info__text f-text--small">
<strong>Area(s) of Impact:</strong>
Environmental restoration
</p>
</div>
</div>
</div>
<div class="c-featured-project-info o-container" data-bkg-theme="base">
<div class="o-row">
<div class="o-col o-col-xs-10 o-col-xs--offset-1 o-col-sm-md-8 o-col-sm--offset-2">
{% for item in items %}
<p class="c-featured-project-info__text f-text--small">
<strong>{{ item.title }}:</strong>
{{ item.content }}</p>
{% endfor %}
</div>
</div>
</div>
{
"pageColorTheme": "teal",
"status": "rc",
"items": [
{
"title": "Location",
"content": "Philadelphia, PA"
},
{
"title": "Area(s) of Impact",
"content": "Environmental restoration"
}
]
}
.c-featured-project-info {
margin-top: 9rem;
margin-bottom: 4rem;
}
.c-featured-project-info__text {
& + & {
margin-top: 1.8rem;
}
}
No notes defined.