.crosssell h2,
.discount h2 {
  font-size: 17px !important;
}
.discount {
  margin-bottom: 10px;
}
.discount button {
  width: 100%;
}
/* Smartphone Hochformat (Portrait) */
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .main {
    padding-top: 10px !important;
  }
  h1 {
    width: 100%;
    text-align: center !important;
  }
}
/* Smartphone Querformat (Landscape) */
/* Tablet Hochformat (Portrait) */
/* Tablet Querformat (Landscape) - PC mit geringer Auflösung */
/* PC mit hoher Auflösung */
