.collection-list-v2 .collection-grid{
  max-width: 970px;
  margin-right: auto;
  margin-left: auto;
}
.collection-list-v2.collection-list-home .collection-grid .subtitle {
    color: #140337;
  font-weight: 700;
}
.collection-list-v2 .collection-grid--item .text-lable{
	font-weight: 700;
}

@media screen and (max-width: 749px){
  .collection-list-v2.collection-list-home .collection-grid .subtitle{
  	display: none;
  }
}