.app-wrapper {
  text-align: center;
  padding: 5rem 0 1.3rem;
}

@media screen and (max-width: 767px) {
  .app-wrapper {
    padding: 2.2rem 0 0;
  }
}

.app-wrapper .primary-title {
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .app-wrapper .primary-title {
    font-size: 1.3125rem;
  }
}

.app-wrapper .heading-text {
  letter-spacing: 0.0125rem;
  max-width: 985px;
  margin: 0 auto;
  margin-bottom: 0;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .app-wrapper .heading-text {
    font-size: 1rem;
  }
}

.app-wrapper .heading-text a {
  color: #505455;
  border-bottom: 0.0625rem solid;
  text-decoration: none;
}

.text-wrapper .text-inner-wrapper a {
  color: #505455;
  border-bottom: 0.0625rem solid;
  text-decoration: none;
}

.text-wrapper .text-inner-wrapper a:hover, .app-wrapper .heading-text a:focus {
  color: #0D0D0D;
}

.app-wrapper .heading-text a:hover, .app-wrapper .heading-text a:focus {
  color: #0D0D0D;
}

.app-wrapper .banner-row {
  padding: 3rem 0 6.25rem 0;
}

/*-- ================================
       Full Width Banner Section start
===================================== */
.full-banner {
  padding: 3rem 0 5.6rem;
}

@media screen and (max-width: 767px) {
  .full-banner {
    padding: 1.5rem 0 2.5rem;
  }
}

/*-- ================================
       Full Width Banner Section start
===================================== */
