.content.collection-suggestion {
    margin-bottom: 0;
    padding: 0;
}
.collection-suggestion-page .collection-suggestion {
    margin-bottom: 0;
}
body {
    scroll-behavior: smooth;
}
.collection-suggestion-page .col_suggest_head h5{
  font-weight: 700;
  text-align: center;
  font-size: 20px;
}


@media(max-width: 767px){
  .collection-suggestion-page .col_suggest_head h5{
    
    font-size: 18px;
  }
}