.itg_last_news .post-content {
    padding: 32px 32px 42px 32px;
    background: #fff;
    position: relative;
}

.itg_last_news .post-content h2 {
    color:  #58585a;
    font-size: 19px;
    font-weight: 800;
    line-height: 21px;
    text-align: left;
    margin-bottom: 16px;
    min-height: 85px;
}

.itg_last_news .post-content p {
    color:  #7b7c7e;
    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
    text-align: left;
    min-height: 98px;
}

.itg_last_news .col-md-4{
    max-width: 411px;
    padding: 0px 24px;
}

.itg_last_news .post-category {
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    text-align: center;
    background-color: #128aad;
    position: absolute;
    top: -17px;
    padding: 6px 21px;
}

.itg_last_news .post-date {
    color: #0089af;
    font-size: 12px;
    font-weight: 300;
    text-align: left;
    text-transform: capitalize;
}

.itg_last_news .post-date::after {
    content: '';
    display: block;
    width: 33px;
    height: 1px;
    background-color: #128aad;
    margin-bottom: 16px;
}

.itg_last_news a {
    color: #0089af;
    font-size: 13px;
    font-weight: 800;
    text-align: center;
    border: 1px solid #80c4d6;
    padding: 3px 20px;
    display: inline-block;
}

.itg_last_news .bx-pager-item a {
    padding: initial;
}

.itg_last_news a:hover {
    border: 1px solid #128aad;
    background-color: #128aad;
    color: #fff;
}

.itg_last_news .col-md-4 > img, .itg_last_news .col-md-4 > div.img-default{
    width: 100%;
    height: 145px;
    object-fit: cover;
    object-position: center;
}
.itg_last_news .col-md-4 > div.img-default{
    background-color: #e6e6e6;
}
@media (max-width: 1300px){
    .itg_last_news .bx-wrapper .bx-controls-direction a {
        display: none;
    }
}

@media (max-width: 1400px){
    .itg_last_news .col-md-4{
        max-width: initial;
    }
}

@media (max-width: 768px){
    .itg_last_news .post-content{
        height: 417px;
    }
}