.title {
    color: #3f3d3e;
    align-items: flex-start;
    font-size: 1em;
    margin-bottom: 0em !important;
}

.col-lg-9 .title {
    color: #6034BF;
    font-size: 1.75em;
}

.clockdate {
    color: #666;
    font-size: 0.9em;
}

body {
    background-image: url(img/bga.jpg);
    background-repeat: repeat-x;
    background-position: center top;
}

.section {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 4px;
    text-shadow: 2px 4px 30px #fff;
    padding: 2rem;
}
.breadcrumbs li {
line-height: 1.5625em;
    display: inline-block;
    list-style: none;
    font-size: 0.9em;
    color: #000;
}
.post.news .description {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    line-height: 1.5625em;
    max-height: 4em;
    min-height: 4em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.description .font150{
    font-size: 15pt !important;
    line-height: 34px;
    text-align: justify;
}