.blog-content{
    background-color: #fff;
    h2,
    h3{
        font-size: 20px;
        margin-top: 15px;
    }
    p{
        color: #10223e;
        font-size: 16px;
        line-height: 30px;
    }
    ul{
        padding-left: 20px;
        list-style: disc;
        li{
            line-height: 35px;
            color: #10223e;
        }
    }
    table{
        max-width: 100%;
        td{
            padding: 10px;
        }
    }
}
.tag-list{
    .tags{
        li{
            padding: 0;
            &:hover{
                a{
                    color: #fff;
                }
            }
            a{
                padding: 7px 15px;
                display: inline-block;
            }
        }
    }
}
.entry-meta{
    li{
        font-size: 13px;
        *{
            font-size: 13px;
        }
    }
}
@media (max-width: 768px) {
    .breadcrumb{
        margin-bottom: 0;
        .breadcrumb-item.active{
            /* text overflow dot */
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            max-width: 100px;
        }
    }
}
