
.grid-item-set-up .grid-item-header{
   max-width:420px
}
@media only screen and (max-width: 1068px) {
   .grid-item-set-up .grid-item-header{
   max-width:410px
  }
}
@media only screen and (max-width: 734px) {
   .grid-item-set-up .grid-item-header{
   max-width:330px
  }
}

