.post_stamps {
    display: flex;
    min-width: 100%;
    margin-bottom: 16px;
    min-height: 40px;
    position: relative;
}

.post_stamps a {
    display: block;
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    z-index: 1;
}

.post_stamps figure {
    display: flex;
    min-width: 100%;
    position: relative;
    align-items: center;
}
.post_stamps figure img {
    max-width: 57px;
    margin-right: 24px;
    object-fit: contain;
}
.post_stamps figure:after {
    content:'';
    width:100%;
    height:1px;
    background: #E5E5E5;
    display: inline-block;
}

@media (max-width:991px) {
    .post_stamps {
        margin-top: 24px;
        margin-right: -16px;
    }
} 
