

.wolf-intro-wide-section {
    border-top: 1px solid #faa;
    border-bottom: 1px solid #faa;
    background: #f3f3f3;
  }
  
  
  .wolf-intro-wide {
    font-family: 'Raleway', Arial, Helvetica, sans-serif !important;
  }
  
  .wolf-intro-wide h1 {
    font-weight: 800 !important;
    color: #955;
    font-size: 28px !important;
    line-height: 1.1;
    margin-bottom: 10px;
  }
  
  
  .wolf-intro-wide p {
    font-size: 130%;
    line-height: 151%;
    hyphens:none;
  }
  .wolf-intro-wide p strong{
    font-weight: 600;
  }
  
  
  
  @media (max-width: 991px) {
    
  .wolf-intro-wide h1 {
    font-size: 23px;
  }
  
  .wolf-intro-wide p {
    font-size: 120%;
  }
  }
  
  
  
  .wolf-intro-wide-heading {
    font-weight: 800 !important;
    color: #955;
    font-size: 28px !important;
    line-height: 1.1;
    margin-bottom: 10px;
  }