.elch-teasers__header { margin-bottom: 30px; }

/* Style "cards with photo" */
.elch-teaser-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    background: #fff;
    transition: box-shadow .3s ease;
}
.elch-teaser-card:hover { box-shadow: 0 8px 24px rgba(0, 0, 0, .08); }
.elch-teaser-card .elch-figure { margin: 0; }
.elch-teaser-card__body { display: flex; flex: 1; flex-direction: column; padding: 22px 25px 25px; }
.elch-teaser-card .column-service-title { margin-bottom: 12px; font-size: 19px; }
.elch-teaser-card .column-service-title a { color: inherit; }
.elch-teaser-card .column-service-content { flex: 1; }
.elch-teaser-card .column-service-content > :last-child { margin-bottom: 0; }
.elch-teaser-card .column-service-read-more { margin-top: 15px; font-weight: 700; }

/* Style "brown band with icons" (like the former homepage band) */
.elch-teasers--brown { background-color: #2d2418; border-top: 5px solid #3f3221; }
.elch-teasers--brown .elch-teasers__header { margin: 0; padding: 40px 15px 0; color: #fff; }
.elch-teasers--brown .elch-grid { gap: 0; }
.elch-teasers--brown .greennature-column-service-item { height: 100%; margin: 0; }
.elch-teasers--brown .greennature-type-2-bg { background-color: #3f3221; }
.elch-teasers--brown .column-service-title,
.elch-teasers--brown .column-service-title a { color: #fff; }
.elch-teasers--brown .column-service-content { color: #cfc6b8; }
.elch-teasers--brown .column-service-read-more { color: #ecb338; }
.elch-teasers--brown.elch-cb:where(:not([class*="frame-space-after-"])) { margin-bottom: 0; }
