.attrs-products {
    display: flex;
    flex-direction: column;
    margin: 0 -15px;
    margin-top: 20px;
    row-gap: .6rem;
}
.attrs-products .attr {
    display: flex;
    justify-content: space-between;
    font-size: 1.4rem;
}
.attr-text {
    flex: 0 1 25%;
    text-align: end;
}