#fast-linc-post {
    margin-bottom: 16px;

    p {
        font-weight: 700;
        font-size: 16px;
        line-height: 166%;
        color: #383838;
        margin-bottom: 16px;
    }

    ul {
        list-style-type: none;

        li {
            margin-bottom: 4px;
            
            a {
                font-weight: 400;
                font-size: 14px;
                line-height: 24px;
                color: #d40510;
            }

            &::before {
                content: "• ";
                color: #d40510;
            }
        }
    }
}
