.hne-news {
    h4 {
        padding-bottom: 16px;
        margin-bottom: 0;
        border-bottom: 2px solid var(--wp--preset--color--haverhill-orange);
        font-weight: 500;
        line-height: 46px;
    }
    ul {
        columns: 2;
        column-gap: 26px;
        list-style: none;
        padding: 0;
        li {
            font-size: var(--wp--preset--font-size--p-4-manrope);
            line-height: 133.333%;
            letter-spacing: 0.36px;
            padding: 20px 0;
            border-bottom: 2px solid var(--wp--preset--color--haverhill-orange);
            display: flex;
            &:after {
                content: '';
                margin-left: auto;
                margin-right: 20px;
                min-width: 24px;
                min-height: 24px;
                background-image: url("data:image/svg+xml, %3Csvg%20width=%2224%22%20height=%2224%22%20viewBox=%220%200%2024%2024%22%20fill=%22none%22%20xmlns=%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d=%22M11.294%200V11.294H0V12.706H11.294V24H12.706V12.706H24V11.294H12.706V0H11.294Z%22%20fill=%22%23010101%22%2F%3E%0A%3C%2Fsvg%3E%0A");
                background-repeat: no-repeat;
            }

            a {
                color: var(--wp--preset--color--gray-text);
                padding-bottom: 2px;
                line-height: 1.6;
                @media (hover: hover) {
                    transition: 0.3s;
                    &:hover {
                        text-decoration: none;
                    }
                }
            }
        }
    }
}