.news.template-2 {
    position: relative;

    & .news-container {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 0 auto;
    }

    & .story {
        width: auto;
        height: auto;
        position: relative;
        background-color: transparent;
        clip-path: var(--story-clipPath-mobile-value, none);
        box-shadow: unset;
        border: unset;
        padding: unset;
    }

    & .story-widget__stories {
        overflow: hidden;
        grid-template-columns: unset;
    }

    & .story__link {
        position: relative;
        text-decoration: none;
        color: inherit;
        display: block;
        border-radius: 2rem;
        height: auto;
        padding: 0;
        overflow: hidden;

        &::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 50%;
            height: 100%;
            background: #000000;
            box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 10px;
            border-top-left-radius: 30px;
            border-bottom-left-radius: 30px;
            clip-path: polygon(0px 0px, 100% 0px, calc(100% - 110px) 100%, 0px 100%);
            z-index: 2;
        }
    }

    & .story__image {
        display: block;
        position: relative;
        z-index: 1;
        clip-path: var(--storyMedia-clipPath-mobile-value, none);
        width: 100%;
        height: 30rem;
        object-fit: cover;
        box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.15);
        border-radius: 1.875rem;
        margin-bottom: 0;
    }

    & .story__header {
        position: absolute;
        z-index: 3;
        width: 42rem;
        height: 12rem;
        left: 4rem;
        top: 8rem;
        background: white;
        box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.15);
        border-radius: 0 .9375rem .9375rem .9375rem;
        padding: 1.25rem 2rem;
    }

    & .story__heading {
        width: 37.1875rem;
        color: var(--text-color);
        font-size: 1.5rem;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        line-height: 2.25rem;
        margin: 0;
        padding: 0;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
    }

    & .story__post-date {
        padding: 0.625rem 2.5rem;
        position: absolute;
        left: 0;
        top: -2.5rem;
        border-top-left-radius: 1.5625rem;
        border-top-right-radius: 1.5625rem;
        border-bottom-right-radius: 1.5625rem;
        font-size: 1.25rem;
        font-weight: 600;
        line-height: 1.875rem;
        display: inline-block;
        color: var(--global-color-0);
        background-color: var(--global-color-1);
    }

    & .story__footer {
        display: none;
    }

    & .story__source {
        display: none;
    }

    & .owl-dots {
        display: flex;
        justify-content: center;
        margin-top: 0.75rem;
        position: relative;
        height: 0.5rem;
    }

    & .owl-dots .owl-dot {
        width: 0.5rem;
        height: 0.5rem;
        margin: 0 0.5rem 0 0;
        border-radius: 100%;
        background: #E1E1E1;
        border: none;
        padding: 0;

        &:last-child {
            margin-right: 0;
        }

        &.active {
            background: #595F67;
        }
    }
}


@container page-container (max-width: 1024px) {
    .news.template-2 {
        & .story__image {
            height: auto;
        }

        & .story__header {
            top: 1.875rem;
            left: 1rem;
            width: 65%;
            max-height: 70%;
            margin-top: 0;
            margin-inline: 0;
            padding: 0.625rem 0.9375rem;
        }

        & .story__heading {
            width: 100%;
            font-size: 1rem;
            font-weight: 700;
            line-height: 1.4;
            padding-right: 1rem;
            box-sizing: border-box;
            margin-top: 0.625rem;
        }

        & .story__post-date {
            position: absolute;
            left: 0;
            top: -0.875rem;
            margin-block: 0;
            margin-inline-start: 0;
            font-size: 0.875rem;
            font-weight: 600;
            line-height: 1.3;
            padding: 0.3125rem 0.75rem;
            border-radius: 1.125rem 1.125rem 1.125rem 0;
            display: inline-block;
            z-index: 1;
        }
    }

}

.news.template-2 {
    background: var(--section-background-mobile-color, rgba(0, 0, 0, 0.00));

    margin: var(--section-margin-mobile-top, 0) var(--section-margin-mobile-right, 0) var(--section-margin-mobile-bottom, 0) var(--section-margin-mobile-left, 0);
    padding: calc(var(--section-padding-mobile-top, 3) * 1rem) calc(var(--section-padding-mobile-right, 1) * 1rem) calc(var(--section-padding-mobile-bottom, 3) * 1rem) calc(var(--section-padding-mobile-left, 1) * 1rem);

    border-style: var(--section-border-mobile-top-style, solid) var(--section-border-mobile-right-style, solid) var(--section-border-mobile-bottom-style, solid) var(--section-border-mobile-left-style, solid);
    border-width: calc(var(--section-border-mobile-top-width, 0) * 1rem) calc(var(--section-border-mobile-right-width, 0) * 1rem) calc(var(--section-border-mobile-bottom-width, 0) * 1rem) calc(var(--section-border-mobile-left-width, 0) * 1rem);
    border-color: var(--section-border-mobile-top-color, rgba(255, 255, 255, 1.00)) var(--section-border-mobile-right-color, rgba(255, 255, 255, 1.00)) var(--section-border-mobile-bottom-color, rgba(255, 255, 255, 1.00)) var(--section-border-mobile-left-color, rgba(255, 255, 255, 1.00));
    border-radius: calc(var(--section-border-mobile-left-radius, 0) * 1rem) calc(var(--section-border-mobile-top-radius, 0) * 1rem) calc(var(--section-border-mobile-right-radius, 0) * 1rem) calc(var(--section-border-mobile-bottom-radius, 0) * 1rem);

    &
    & .news-container {
        min-width: var(--section-dimensions-mobile-minWidth, auto);
        width: var(--section-dimensions-mobile-width, auto);
        max-width: var(--section-dimensions-mobile-maxWidth, none);
        min-height: var(--section-dimensions-mobile-minHeight, auto);
        height: var(--section-dimensions-mobile-height, auto);
        max-height: var(--section-dimensions-mobile-maxHeight, none);
    }

    & .news-title {
        margin: var(--sectionTitle-margin-mobile-top, 0) var(--sectionTitle-margin-mobile-right, 0) var(--sectionTitle-margin-mobile-bottom, 2rem) var(--sectionTitle-margin-mobile-left, 0);

        color: var(--sectionTitle-font-mobile-textColor, rgba(0, 0, 0, 1.00));
        font-size: calc(var(--sectionTitle-font-mobile-fontSize, 1.75) * 1rem);
        font-weight: var(--sectionTitle-font-mobile-fontWeight, 700);
        line-height: var(--sectionTitle-font-mobile-lineHeight, 1);
        text-align: var(--sectionTitle-font-mobile-textAlign, center);
        font-family: var(--sectionTitle-font-mobile-fontFamily, var(--heading-font-family));
        text-transform: var(--sectionTitle-font-mobile-textTransform, none);
    }

    & .news-branding {
        margin: var(--sectionFooter-margin-mobile-top, 1rem) var(--sectionFooter-margin-mobile-right, 0) var(--sectionFooter-margin-mobile-bottom, 0) var(--sectionFooter-margin-mobile-left, 0);

        color: var(--sectionFooter-font-mobile-textColor, rgba(0, 0, 0, 1.00));
        font-size: calc(var(--sectionFooter-font-mobile-fontSize, 1) * 1rem);
        font-weight: var(--sectionFooter-font-mobile-fontWeight, 400);
        line-height: var(--sectionFooter-font-mobile-lineHeight, 1);
        text-align: var(--sectionFooter-font-mobile-textAlign, end);
        font-family: var(--sectionFooter-font-mobile-fontFamily, var(--global-font-family));
        text-transform: var(--sectionFooter-font-mobile-textTransform, none);
    }

    & .news-no-articles {
        font-size: 1.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        min-height: 10rem;
        padding: 1rem;
        color: var(--sectionFooter-font-mobile-textColor, rgba(0, 0, 0, 1.00));
    }
}

@container page-container (min-width: 768px) {
    .news.template-2 {
        margin: var(--section-margin-tablet-top, 0) var(--section-margin-tablet-right, 0) var(--section-margin-tablet-bottom, 0) var(--section-margin-tablet-left, 0);
        padding: calc(var(--section-padding-tablet-top, 3) * 1rem) calc(var(--section-padding-tablet-right, 1) * 1rem) calc(var(--section-padding-tablet-bottom, 3) * 1rem) calc(var(--section-padding-tablet-left, 1) * 1rem);

        border-width: calc(var(--section-border-tablet-top-width, 0) * 1rem) calc(var(--section-border-tablet-right-width, 0) * 1rem) calc(var(--section-border-tablet-bottom-width, 0) * 1rem) calc(var(--section-border-tablet-left-width, 0) * 1rem);
        border-radius: calc(var(--section-border-tablet-left-radius, 0) * 1rem) calc(var(--section-border-tablet-top-radius, 0) * 1rem) calc(var(--section-border-tablet-right-radius, 0) * 1rem) calc(var(--section-border-tablet-bottom-radius, 0) * 1rem);

        & .news-container {
            min-width: var(--section-dimensions-tablet-minWidth, auto);
            width: var(--section-dimensions-tablet-width, auto);
            max-width: var(--section-dimensions-tablet-maxWidth, none);
            min-height: var(--section-dimensions-tablet-minHeight, auto);
            height: var(--section-dimensions-tablet-height, auto);
            max-height: var(--section-dimensions-tablet-maxHeight, none);
        }

        & .news-title {
            margin: var(--sectionTitle-margin-tablet-top, 0) var(--sectionTitle-margin-tablet-right, 0) var(--sectionTitle-margin-tablet-bottom, 2rem) var(--sectionTitle-margin-tablet-left, 0);

            font-size: calc(var(--sectionTitle-font-tablet-fontSize, 2.5) * 1rem);
            line-height: var(--sectionTitle-font-tablet-lineHeight, 1);
            text-align: var(--sectionTitle-font-tablet-textAlign, center);
        }

        & .news-branding {
            margin: var(--sectionFooter-margin-tablet-top, 1rem) var(--sectionFooter-margin-tablet-right, 0) var(--sectionFooter-margin-tablet-bottom, 0) var(--sectionFooter-margin-tablet-left, 0);
;
            font-size: calc(var(--sectionFooter-font-tablet-fontSize, 1) * 1rem);
            line-height: var(--sectionFooter-font-tablet-lineHeight, 1);
            text-align: var(--sectionFooter-font-tablet-textAlign, end);
        }
        & .story {
            clip-path: var(--story-clipPath-tablet-value, none);
        }

        & .story__image {
            clip-path: var(--storyMedia-clipPath-tablet-value, none);
        }
    }
}

@container page-container (min-width: 992px) {
    .news.template-2 {
        margin: var(--section-margin-desktop-top, 0) var(--section-margin-desktop-right, 0) var(--section-margin-desktop-bottom, 0) var(--section-margin-desktop-left, 0);
        padding: calc(var(--section-padding-desktop-top, 3) * 1rem) calc(var(--section-padding-desktop-right, 1) * 1rem) calc(var(--section-padding-desktop-bottom, 3) * 1rem) calc(var(--section-padding-desktop-left, 1) * 1rem);

        border-width: calc(var(--section-border-desktop-top-width, 0) * 1rem) calc(var(--section-border-desktop-right-width, 0) * 1rem) calc(var(--section-border-desktop-bottom-width, 0) * 1rem) calc(var(--section-border-desktop-left-width, 0) * 1rem);
        border-radius: calc(var(--section-border-desktop-left-radius, 0) * 1rem) calc(var(--section-border-desktop-top-radius, 0) * 1rem) calc(var(--section-border-desktop-right-radius, 0) * 1rem) calc(var(--section-border-desktop-bottom-radius, 0) * 1rem);

        & .news-container {
            min-width: var(--section-dimensions-desktop-minWidth, auto);
            width: var(--section-dimensions-desktop-width, auto);
            max-width: var(--section-dimensions-desktop-maxWidth, none);
            min-height: var(--section-dimensions-desktop-minHeight, auto);
            height: var(--section-dimensions-desktop-height, auto);
            max-height: var(--section-dimensions-desktop-maxHeight, none);
        }

        & .news-title {
            margin: var(--sectionTitle-margin-desktop-top, 0) var(--sectionTitle-margin-desktop-right, 0) var(--sectionTitle-margin-desktop-bottom, 2rem) var(--sectionTitle-margin-desktop-left, 0);

            font-size: calc(var(--sectionTitle-font-desktop-fontSize, 3) * 1rem);
            line-height: var(--sectionTitle-font-desktop-lineHeight, 1);
            text-align: var(--sectionTitle-font-desktop-textAlign, center);
        }

        & .news-branding {
            margin: var(--sectionFooter-margin-desktop-top, 1rem) var(--sectionFooter-margin-desktop-right, 0) var(--sectionFooter-margin-desktop-bottom, 0) var(--sectionFooter-margin-desktop-left, 0);

            font-size: calc(var(--sectionFooter-font-desktop-fontSize, 1) * 1rem);
            line-height: var(--sectionFooter-font-desktop-lineHeight, 1);
            text-align: var(--sectionFooter-font-desktop-textAlign, end);
        }
        & .story {
            clip-path: var(--story-clipPath-desktop-value, none);
        }

        & .story__image {
            clip-path: var(--storyMedia-clipPath-desktop-value, none);
        }
    }
}