/*NT*/

.service-banner {
  background: var(--secondary-80);
  color: white;
  padding: 0;
  /* pd fix 
  width: 2200px;
    margin-left: -550px;*/
    /* pd -fix new layout 
    margin-top:10px;*/
}

.service-banner-container {
  margin: auto;
  max-width: 1100px;
  padding-bottom: var(--space-20);
  padding-top: var(--space-20);
  color: white;
  font-size: 1.5rem;
  line-height: 2.049rem;
  word-wrap: break-word;
}

.service-banner-container h1 {
  font-size: 3.5rem;
  line-height: 4.5rem;
  margin-bottom: 2.5rem;
}

.service-banner-container p {
  color: white;
  font-size: 1.1875rem;
  line-height: 1.5rem;
}


@media screen and (max-width: 767px) {
  .service-banner {
    background: var(--secondary-80);
    color: white;
    padding: 2rem;
  }

  .service-banner-container h1 {
    font-size: 2.5rem;
    line-height: 2.5rem;
    margin-bottom: 1.5rem;
  }
  .service-banner-container {
    padding-bottom: var(--space-4);
    padding-top: var(--space-4);
  }

  .service-banner-container {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.navigation-card p {
  color:black;
}