/*
 * => Listing 2
 */
.listing-2-item{
    padding: 12px 0;
    border-bottom: 1px solid #e6e6e6;
}
.listing-2-item:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
.listing-2-item .post-thumbnail{
    margin-bottom: 15px;
}
.listing-2-item .post-thumbnail amp-img {
    max-width: 100%;
}
.listing-2-item .post-title {
    font-size: 18px;
    margin: 0 0 10px;
}
.listing-2-item a.post-read-more {
    float: right;
}
