.random-product-list{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.random-product-list > strong{
    font-size: var( --font-size-subpage-smaller-title);
}