.product-card-references{
        display: flex;
        gap: 1rem;
        border: 1px solid var(--color-grey-light);
        padding: 10px 15px;
        justify-content: end;
        align-items: center;
        border-radius: 16px;

    .product-card-references__info{
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
}