@media screen and (min-width: 1000px) {

    .custom-html--sitecore #custom-hero.insights-hero .cmp-title__text--long,
    #custom-hero.cmt-title h1,
    #custom-hero.insights-hero .cmp-title__text--long,
    #custom-hero.cmt-title h1 {
        font-size: 6.4rem !important;
    }

    .custom-html--sitecore .insights-hero.cmp-insights-hero-feature--basic .cmp-insights-hero__content__left,
    .insights-hero.cmp-insights-hero-feature--basic .cmp-insights-hero__content__left {
        padding: 0 1.5rem 1.4rem !important;
    }
}

.cmp-text td,
.cmp-text th {
    width: auto !important;
    border: 0.5px solid #ddd !important;

}

.cmp-text th {
    background-color: #f5f5f5 !important;
}

.cmp-text tr:hover td {
    background-color: #f5f5f5 !important;
}

.cmp-text table:last-of-type td,
.cmp-text table:last-of-type th {
    width: 10% !important;
}

.cmp-teaser__description ul li:before,
.cmp-text ul li:before {
    display: none;
}

#custom-list-style ul {
    list-style: disc;
}

#custom-list-style ol {
    list-style: lower-alpha !important;
}