.bgc-post {
    background-color: #fafafc;
    padding-top: 20px;
    padding-bottom: 50px;
}

.col-grid {
  padding-top: 10px;
  padding-bottom: 10px;
}

.grid-post {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 500px;
    cursor: pointer;
    box-shadow: 0 0 0 1px #ddd inset;
    background: #fff;
}

.grid-post h1 {
    margin: 0;
    padding: 4px 0px 10px;
    font-size: 18px;
    color: #545456;
    text-align: left;
    font-weight: 200;
}

.grid-post .hi {
    display: inline-block;
    color: #ff690f;
    font-weight: bold;
    text-transform: uppercase;
}

.grid-post .hi a{
    color: #ff690f !important;
}

.grid-post .img-column {
    height: 210px;
    max-height: 210px;
    width: 100%;
    overflow: hidden;
}

.grid-post .img-post {
    max-height: 210px;
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.grid-post .info-column {
    width: 100%;
    max-height: 250px;
    overflow: hidden;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.grid-post .article{
    color: #a2a2a2;
    font-weight: bold;
    font-size: 1.2rem;
    text-transform: uppercase;
}

.grid-post .icon-bell{
    color: #ff690f;
    font-size: 1.2rem;
    padding-right: 5px;
}

.grid-post .div-titles{
    display: flex;
    width: 100%;
}

.grid-post .div-details{
    width: 50%;
}

.grid-post .pull-left{
    text-align: left;
}

.grid-post .pull-right{
    text-align: right;
}

.grid-post .btn-article{
    position:absolute;
    bottom:5px;
    right:10px;
    background-color: transparent;
    color: #24b3b5;
    border: 2px solid #24b3b5;
    padding: 6px 12px;
}

.title-section{
    visibility: visible;
    text-align: center;
}
