﻿.factbox {
    border-top: 2px solid #D2D7D7;
    border-bottom: 2px solid #D2D7D7;
    border-radius: 2px;
    padding: 20px;
    position: relative;
}

.factbox-tag {
    color: #e8001e;
    font-weight: bold;
    font-size: 18px;
    padding-left: 5px;
    text-transform: uppercase;
}

.factbox-content{
    margin-left:15px;
}

.factbox-content p:before {
    content: "\2022";
    color: #e8001e;
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    width: 1em;
    margin-left: -15px;
    position: absolute;

  }


.factbox-content p {
    font-size: 18px;
    margin-left: 5px;
}


    .factbox-content a {
        color: #ff4e22;
    }


.factbox h5 {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
    padding-left:5px;
}




/*
    .blockquote-footer::before{
        content:"";  
    }*/
 