.gw-news {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -15px;
}
.gw-news-col {
    width: 33.33%;
    padding: 0px 15px;
    margin-bottom: 30px;
}
.gw-news-col .inner-bx {
    background-color: #fff;
    height: 100%;
}
figure.news-pic {
    position: relative;
    padding-top: 70%;
}
figure.news-pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-info {
    padding: 25px;
}
.news-meta {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 10px 0px;
}
.news-meta span {
    font-size: 14px;
}
.pi-home-news .pagination {
    display: none;
}
@media only screen and (max-width: 767px) {
.gw-news-col {
    width: 100%;
}
}
