#new-product-header { 
  .hd {
    position: relative;
  }

  .ctn,
  .tit {
    font-family: Montserrat;
    color: #ffffff;
  }
}

@media (max-width: 768px) {
  #new-product-header {
  }
}
