@media only screen and (min-width: 768px) {
  .d-hide {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-hide {
    display: none !important;
  }
}

b, strong {
  font-weight: 700;
}