.bundletabs-buttons {padding: 10px 0 10px;}
.bundletabs-buttons .sectionheading {text-align: center;margin: 0;margin-bottom: 10px;}
.bundletabs-buttons .thregrid {display: flex;grid-gap: 10px;overflow: scroll;}
.bundletabs-buttons .thregrid img {width: 100%;height: auto;border-radius:2px;vertical-align: middle;border: 1px solid #f697372b;}
@media screen and (min-width: 749px) {
  .bundletabs-buttons {padding: 10px;}
}
@media screen and (max-width: 749px) {
 .bundletabs-buttons .theitems {flex: 0 0 auto;width: 60%;}
  .bundletabs-buttons .theitems:first-child{margin-left:10px}
  .bundletabs-buttons .theitems:last-child{margin-right:10px}
}