.themecardBox h2 {
  word-wrap: anywhere;
  word-break: break-all;
  hyphens: manual;
}

@media all and (min-width: 451px) and (max-width: 1000px) {
  .themecardBox {
    width: 45%;
  }
}

@media all and (max-width: 450px) {
  .themecardBox {
    width: 95%;
  }
}
