.portal-welcome {
  background: transparent;
}

.portal-welcome__inner {
  max-width: 900px;
  padding: 3.25rem 0 0.95rem;
  
}

.portal-welcome__title {
  margin: 0;
  color: #fff !important;
  font-size: 2.25rem !important;
  line-height: 1.12 !important;
  font-weight: 800 !important;
}

.portal-welcome__summary {
  max-width: 760px !important;
  margin: 0.85rem 0 0 !important;
  color: #ccc !important;
  font-size: 1.3rem !important;
  line-height: 1.4 !important;
}

.welcome-bold {
  font-weight: 800;
}

@media only screen and (max-width: 991px) {
  .portal-welcome__inner {
    padding: 1.15rem 0 0.85rem;
  }

  .portal-welcome__title {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .portal-welcome__inner {
    padding: 0.95rem 0 0.75rem;
  }

  .portal-welcome__title {
    font-size: 1.65rem;
    line-height: 1.16;
  }

  .portal-welcome__summary {
    margin-top: 0.7rem;
    font-size: 0.95rem;
    line-height: 1.55;
  }
}