    body.widget-snippet .fact-sheet-box {
        margin: 40px;
    }
    body.widget-snippet .fact-box a {
        padding: 12px;
    }
    .widget-snippet .fact-sheet-box {
        max-width: 1073px;
        height: 407px;
        background-color: #b3b3b3;
        border-radius: 10px;
        margin: 0 auto;
        background-image: url(/template/78bd244b/images/fact-sheet-box.png);
        background-repeat: no-repeat;
        position: relative;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .widget-snippet .fact-box {
        width: 310px;
        height: 310px;
        border-radius: 50%;
        background-color: #fff;
        border: 15px solid rgba(0, 0, 0, 0.24);
        background-clip: padding-box;
        text-align: center;
    }

    .widget-snippet .fact-box h2 {
        color: #ed1a21;
        text-align: center;
        font-size: 41px;
        margin: 0;
        padding: 75px 0 15px 0;
    }

    .widget-snippet  .fact-box p {
        text-align: center;
        margin: 0;
        padding: 0 30px;
        font-size: 14px;
        line-height: 20px;
    }
    .widget-snippet .fact-box .fa {
        color: #343434;
        font-size: 30px;
        margin-top: 10px;
        display: inline-block;
        vertical-align: top;
    }

    .widget-snippet .fact-box i {
        color: #343434;
    }
    .widget-snippet .fact-box a{
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }
    .widget-snippet .fact-box  a:hover,.widget-snippet .fact-box  a:focus {
        color: #000;
        text-decoration: none;
    }
