.blog-bar{
    padding-bottom: 60px;
}
.sale .collection__item .info{
        display: flex;
    color: #707070;
    font-size: 14px;
    justify-content: space-between;
    margin-top: 10px;
}
.sale .collection__item .info .read-more{
    position: relative;
        padding-right: 15px;
        color: #fff;
        margin-right: 20px;

}
.sale .collection__item .info .read-more::after{
        position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
    right: 0;
    top: 9px;
    transition: 0.3s;
}

.blog-bar .collection__item:hover .collection__label span::after{
    display: none;
}

.blog-bar .collection__item:hover .collection__label span{
    padding-left: 0;
}