/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.image{margin:auto;display:block;}
.push{padding:1rem;display:flex;flex-direction:column;gap:1rem;width:100%;max-width:600px;margin:0 auto;height:100%;justify-content:center;}.push__image img{margin:0 auto;}.push__text p{margin:0;}@media (min-width:800px){.push{padding:2rem;}}.push--large{padding:2rem;}.push--large .push__cta{margin:0 auto;}.push__text p{margin:1rem 0;}.push__text p:last-child{margin:0;}@media (min-width:800px){.push--large{padding:4rem;}}.push--image-first .push__image{order:1;}.push--image-first .push__text{order:2;}.push--image-first .push__cta{order:3;}.push--green{background-color:var(--primary-light-color);}.push--green-dark{background-color:var(--primary-color);color:var(--white-color);}.push--grey{background-color:var(--secondary-light-color);}.push--white{background-color:#ffff;}
.section--primary{background-color:var(--primary-color);color:var(--white-color);}.section--primary-light{background-color:var(--primary-light-color);color:var(--dark-color);}.section--secondary-light{background-color:var(--secondary-light-color);color:var(--dark-color);}
