body.path-node,
body.path-resources,
body.path-updates,
body.path-articles,
body.path-bible-answers,
#block-injili-views-block-updates-block-1,
#block-injili-views-block-bible-answers-block-1,
#block-injili-views-block-updates-block-5 {
    .featured {
        margin-bottom: var(--sp30s);
    }

    .lg-teaser {
        display: grid;
        grid-gap: var(--sp30);

        .image,
        .body {
            grid-column: 1 / 1;
        }

        .body h3 {
            font-size: var(--font-size-lg);
            line-height: 105%;
        }

        .body .excerpt {
            font-size: var(--font-size-base);
            margin: 5px 0;
        }

        .author {
            opacity: 0.5;
        }
    }

    .sm-teaser {

        .image,
        .body {
            display: inline-block;
            vertical-align: top;
        }

        .image {
            margin-right: var(--sp15);
            width: 160px;
        }

        .body {
            width: calc(100% - 180px);
        }

        .author {
            font-size: var(--font-size-xsm);
            opacity: 0.5;
        }

        .byline {
            text-transform: uppercase;
            font-size: var(--font-size-xsm);
        }
    }

    @media screen and (min-width: 700px) {
        .featured {
            margin-bottom: var(--sp60);
        }

        .lg-teaser {
            .image {
                grid-column: 1 / 6;
            }

            .body {
                grid-column: 6 / 12;
            }

            .body h3 {
                font-size: var(--font-size-xl);
                line-height: 105%;
            }
        }
    }

    @media screen and (min-width: 1000px) {
        .lg-teaser {
            .body {
                max-width: 70%;
            }

            .body h3 {
                font-size: var(--font-size-xxl);
                line-height: 105%;
            }
        }
    }
}