.blog-item-content {
    background-color: #f5f8f9;
}

.description {
    width: 100%;
    height: 6.6em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-align: justify;
    line-height: 30px;
}

.description p {
    background-color: unset !important;
}

.descriptionPage {
    text-align: justify !important;
}

.descriptionPage h1 {
    font-size: 24px !important;
    font-weight: bold !important;
}

.descriptionPage h2 {
    font-size: 18px !important;
    font-weight: bold !important;
}

.descriptionPage p {
    text-align: justify !important;
    font-size: 15px !important;
    line-height: 40px !important;
    font-weight: normal;
}

.descriptionPage ul li {
    text-align: justify !important;
    font-size: 15px !important;
    line-height: 40px !important;
    font-weight: normal;
}

.descriptionPage table {
    direction: ltr;
}

.descriptionPage table p {
    text-align: center !important;
    margin: 0 !important;
}

.blog-item-content {
    min-height: 320px;
}

.blog-item-content .titleContent {
    text-align: justify;
    line-height: 35px;
    min-height: 190px;
}

.blog-item-meta {
    font-size: 10.5pt;
    background-color: #ffc45161 !important;
    padding-top: .65rem !important;
    padding-bottom: .25rem !important;
}

.blog-item-meta .detail  {
    margin: 0.5rem;
}


.blog-item-meta .detail i {
    font-family: 'font-awesome4.7.0' !important;
    padding: 0 0.3rem;
    font-size: 14pt;
}

.aBlog:hover .blog-item .blog-item-content .titleContent {
    color: #ffc451;
}

.single-blog-item > img {
    margin: 0 auto;
    display: block;
}
