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

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

.text-wrapper .text-inner-wrapper {
  max-width: 1085px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .text-wrapper h2 {
    font-size: 1.3125rem;
    line-height: 1.75rem;
  }
}

.text-wrapper .content-row {
  line-height: 2rem;
  letter-spacing: 0.0125rem;
  padding-top: 1.25rem;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .text-wrapper .content-row {
    line-height: 1.5rem;
    font-size: 1rem;
    padding-top: 0.75rem;
  }
}

.text-wrapper strong {
  margin-right: 0.5rem;
}

.heading-title {
  margin-bottom: 0;
}

.application-wrapper {
  padding: 2.5rem 0 5.6rem;
}

@media screen and (max-width: 767px) {
  .application-wrapper {
    padding-top: 2.5rem;
	padding-bottom: 2.5rem;
  }
}

.application-wrapper .heading-title {
  text-align: center;
  padding-top: 1.45rem;
  padding-bottom: 1.45rem;
}

@media screen and (max-width: 767px) {
  .application-wrapper .heading-title {
    font-size: 1.3125rem;
    line-height: 1.75rem;
	padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

.application-list {
  max-width: 850px !important;
  margin: 0 auto;
  display: block;
}

.application-list li {
  line-height: 1.875rem;
  color: #141313;
  padding: 0.3125rem 0 0.3125rem 2.6rem;
  list-style: none;
  position: relative;
}

.application-list li::before {
  content: "";
  background-image: url(../images/check-circle.svg);
  margin-right: 1.13625rem;
  display: block;
  width: 1.56rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0.5rem;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .application-list li {
    line-height: 1.5rem;
    font-size: 1rem;
  }
}

.btn-row {
  text-align: center;
  margin-top: 2.1rem;
}
