section.size-chart {
  margin-bottom: 6rem;
}
@media (min-width: 64em) {
  .template-product__size-chart {
    margin-bottom: 16px !important;
  }
}
@media only screen and (max-width: 768px) {
  a.template-product__size-chart {
    margin-bottom: 20px;
  }
}