@media screen and (max-width: 1040px) { /* Bootstrap's table view breakpoint */
    
  h1 {
    font-size: 50px;
  }
    
  h2 {
    font-size: 24px;
  }
    
  .action-button {
    height: 60px;
    font-size: 25px;
  }
    
  .header-image-col {
    padding: 50px 50px 50px 50px;
  }

}