.info-img-article-single{
    width: 100%;
    height: 70px;
    position: absolute;
    bottom: -20px;
    border-top-right-radius: 10px;
    display: flex;
    align-items: center;
}
@media (max-width:576px){
    .info-img-article-single{
        flex-wrap: wrap;
    }
    .time-article-single{
        width: calc(50% - 20px);
    }
}
