.box-sic
{
    position: relative;
    padding: 5px;
    margin: var(--system-space-off) 1.4% 0 1.4%;
    background-color: #fff;
    border-radius: 10px;
    width: 94.5%;
    box-shadow: 7px 7px 8px #aaaaaa;
    float: left; 
}

.box-sic-frame
{
    width: 48%;
    margin: auto 1%;
    float: left;
}

.box-sic-frame h3
{
    color: #333;
    margin: 5px auto;
    text-align: center;
    border-bottom: 3px #eee solid;
    font-size: 14px;
    padding-bottom: 8px;
    color: #5b6788;
}

.info-text
{
    width: 49%;
    margin: 5px 0.5%;
    float: left;
    font-size: 15px;
    color: #5b6788;
}

.info-text p
{
    font-size: 12px;
}

.info-text i
{
    font-size: 8px;
    top: 0px;
    border: 2px solid #5b6788;
    border-radius: 100%;
    padding: 0;
    background-color: #5b6788;
    color: #fff;
}