
    .uems-design-system .banner-sec {
        background-color: #971a20;
    }

    .uems-design-system .banner-sec .clip::before {
        background-size: 80%;
        background-image: url(https://www.manageengine.com/products/desktop-central/resources/images/malwarecantbestopped.png);
        background-position: top right;
        background-repeat: no-repeat;
        background-color: transparent !important;
        clip-path: none !important;
    }

    .uems-design-system .banner-sec .clip::after {
        content: none !important;
        background: none !important;
        clip-path: none !important;
    }

    .uems-design-system .banner-sec .caption {
        background: linear-gradient(90deg, #510b0e, #971a20);
    }

    .uems-design-system .banner-sec h1,
    .uems-design-system ul.heading-strip li {
        color: #ffffff;
    }

    .uems-design-system ul.heading-strip li.active {
        color: #510b0e;
        background: #ffffff;
    }

    .inline-img {
        max-width: 600px;
        width: 100%;
        height: auto;
        display: block;
        margin: 20px auto;
    }
