.blog-link{
    position: absolute;
    bottom: 15px;
    text-decoration: underline;
}
/*.blog-link::after{
    content: "";
    display: inline-block;
    background-image: url(../images/arrow-right.svg);
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 20px;
    position: relative;
    top: 2px;
}*/
.b-producto.b-blog:hover .wrapper{
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}