.dg-banner {
    padding: var(--spacing-05) 0 var(--spacing-06);
    background: var(--orange);
    position: relative;
    z-index: 1;
}

.dg-banner:not(.dg-banner--large) .dg-banner__wrapper_has-decorative-elm:after {
    left: 10px;
    z-index: -1;
}

.dg-banner__title {
    margin: var(--spacing-03) var(--spacing-01) var(--spacing-05) 0;
}

.dg-banner__imagery_has-decorative-elm:after {
    background: url(../../../images/decorative-items/+.svg) no-repeat center center /contain;
    width: 64px;
    height: 64px;
    top: 72px;
    left: 0;
}

.dg-banner__wrapper_has-decorative-elm:after {
    background: url(../../../images/decorative-items/red-curly.svg) no-repeat center center/contain;
    height: 138px;
    width: 48px;
    bottom: -145px;
    right: -32px;
}

.dg-banner__cta a {
    text-align: center;
}

.dg-banner__thumb {
    width: 100%;
    min-height: 165px;
    display: flex;
}

.dg-banner__thumb picture {
    display: flex;
    width: 100%;
    height: 100%;
}

.dg-banner__thumb img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

@media all and (max-width: 767px) {
    .dg-banner__imagery {
        margin-top: var(--spacing-06);
    }

    .dg-banner__carousel {
        flex-direction: column-reverse;
    }

    .dg-banner__thumb {
        margin-top: var(--spacing-06);
    }

    .dg-banner__wrapper_has-decorative-elm:after {
        display: none;
    }

    .dg-banner__has-decorative-elm:after {
        background: url(../../../images/decorative-items/red-curly.svg) no-repeat center center/contain;
        height: 138px;
        width: 48px;
        right: 0;
        z-index: -1;
        bottom: -100px;
    }
}

@media all and (max-width: 991px) {

    .dg-banner .dg-banner__wrapper_has-decorative-elm {
        position: static;
    }

    .dg-banner__wrapper_has-decorative-elm:after {
        right: 0;
        z-index: -1;
        bottom: -100px;
    }

    .dg-banner .carousel-dash {
        position: absolute;
        bottom: -25px;
        display: flex;
    }

    .dg-banner__imagery_has-decorative-elm:after {
        left: -30px;
    }
}