﻿html {
    scroll-behavior: smooth;
}

.key-insights-block .key-insights-block-title {
    line-height: 1.4;
    font-size: 1rem;
    font-weight: 400;
    color: #034638;
    font-family: "Berthold Walbaum Book", Georgia, Times New Roman, serif;
}

    .key-insights-block .key-insights-block-title::after {
        width: 15px;
    }

.key-insights-block .key-insights-block-subtitle {
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 500;
    margin: 12px 0px 10px;
}

.key-insights-block .key-insights-block-content ul {
    font-weight: 400;
    line-height: 1.5;
    margin-top: 0;
    font-size: 1.4285714286rem;
    padding-left: 20px;
}

    .key-insights-block .key-insights-block-content li {
        margin-bottom: 10px;
        font-size: 1rem;
    }

    .key-insights-block .key-insights-block-content strong {
        color: #034638;
        font-weight: bolder;
    }

.key-insights-block hr {
    margin: 20px 0px 10px;
}

.key-insights-block .key-insights-block-link a, .key-insights-block .key-insights-block-link a:hover {
    font-family: "Berthold Walbaum Book", Georgia, Times New Roman, serif;
    font-weight: 500;
    line-height: 1.4;
    font-size: 0.875rem;
    color: #3e3e3e;
    background-color: #fff;
    text-decoration: none;
    cursor: pointer;
    margin-top: 5px;
}
