@media screen and (max-width:539px) {
.descNoWrap {
    white-space: wrap !important;
  }
 }

@media screen and (max-width: 400px) {
  .tagLine .m-banner h2.c-heading-1 {
        font-size: 40px;
        line-height: 50px;
    }
}

