<section class="feature-block">
<p>Many studies have shown that a stronger connection to nature increases a person’s life satisfaction and happiness, at the same time as lowering anxiety levels.</p>
<p>Now DEFRA (Department for the Environment, Food and Rural Affairs) has made re-connecting people with nature a key theme in its new 25-year plan; a document that our researchers contributed to.</p>
</section>
<section class="{% if scheme %}feature-block-{{ scheme }}{% else %}feature-block{% endif %}">
{% if content %}
{{ content }}
{% else %}
{% block content %}{% endblock %}
{% endif %}
</section>
{
"content": "<p>Many studies have shown that a stronger connection to nature increases a person’s life satisfaction and happiness, at the same time as lowering anxiety levels.</p><p>Now DEFRA (Department for the Environment, Food and Rural Affairs) has made re-connecting people with nature a key theme in its new 25-year plan; a document that our researchers contributed to.</p>"
}
.feature-block {
@include large-body-font;
background: $primary-blue;
padding: fluid-margin();
color: $white;
@include for-largerthan-ipad-portrait {
padding: $max-size;
}
&-white {
@extend .feature-block;
background: $white;
color: $text-black;
}
&-blue {
@extend .feature-block;
background: $primary-blue;
}
&-black {
@extend .feature-block;
background: $black;
}
}
.feature-block {
h1,
h2,
h3,
h4,
h5,
h6 {
color: $white;
}
&-white {
h1,
h2,
h3,
h4,
h5,
h6 {
color: $text-black;
}
}
}
There are no notes for this item.