/* Custom CSS */
.section-page-list .page-width {max-width: 1400px;}

.section-page-list .title-wrapper{justify-content: center;flex-direction: column;text-align:center;align-items:center;}
.section-page-list .sub-title {display: flex;align-items: center;gap: 10px;}
.section-page-list .sub-title .review-text {letter-spacing: 0.72px;color: #000000;line-height: 20px; font-size: 12px;font-weight: 500;}

@media(max-width:749px){
  .section-page-list .collection-list:not(.slider){padding:0;}
  .section-page-list .page-width{padding-left:20px; padding-right:20px;}
  .section-page-list .title-wrapper{padding:0;}
}