.faith {
}

.faith__content {
  max-width: 1008px;
  margin: 0 auto;
  padding: 0 24px;
}

.faith-header {
  background: url("/wp-content/themes/tpusa/assets/img/faith/hero-image.jpg")
    center center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 104px 28px 45px;
  min-height: 799px;
}

@media screen and (min-width: 900px) {
  .faith-header {
    padding: 104px 28px 39px;
  }
}

.faith-header__logo-wrapper {
  flex: 1 auto;
  display: flex;
  align-items: center;
}

.faith-header__logo {
  display: block;
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
}

.faith-header__resources {
  max-width: 606px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.faithkits {
  min-height: 500px;
  padding: 65px 28px 51px;
  background: url("/wp-content/themes/tpusa/assets/img/faith/background-replicavel.jpg")
    top center repeat;
}

@media screen and (min-width: 900px) {
  .faithkits {
    padding: 130px 28px 101px;
  }
}

.faithkits__title {
  display: block;
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
}

@media screen and (min-width: 900px) {
  .faithkits__title {
    max-width: 372px;
  }
}

.faithkits__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 45px;
  max-width: 1279px;
  margin: 0 auto;
  gap: 52px 0;
}

.faithkits__item {
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 900px) {
  .faithkits__item {
    flex: 0 0 50%;
  }
}

.tpfaith-links {
  min-height: 892px;
  background: url("/wp-content/themes/tpusa/assets/img/faith/bg-tpfaith-links.png")
    bottom right no-repeat;
  background-size: cover;
  padding: 51px 17px 43px;
}
@media screen and (min-width: 900px) {
  .tpfaith-links {
    padding: 116px 17px 89px;
  }
}

.tpfaith-links__grid {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 1008px;
  margin: 0 auto 48px;
}

@media screen and (min-width: 900px) {
  .tpfaith-links__grid {
    grid-template-columns: 1fr 1fr;
    margin: 0 auto 77px;
  }
}

.tpfaith-links__item {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin: -3px 0;
}

.tpfaith-links__item img {
  width: 100%;
  display: block;
  margin: 0 auto 0;
  max-width: 504px;
}

.faithkits__item__link {
  display: block;
}

.faithkits__item__link img {
  width: 100%;
  display: block;
  margin-bottom: 0;
}

.faithkits__item__link--general-kit {
  width: 100%;
  max-width: 403px;
}
.faithkits__item__link--freed {
  width: 100%;
  max-width: 372px;
}
.faithkits__item__link--protect {
  width: 100%;
  max-width: 485px;
}
.faithkits__item__link--god-gov {
  width: 100%;
  max-width: 331px;
}
.faithkits__item__link--bleixt {
  width: 100%;
  max-width: 177px;
}

.tpfaith-links__title {
  display: block;
  width: 100%;
  max-width: 542px;
  margin: 0 auto;
}

@media screen and (min-width: 900px) {
  .tpfaith-links__title {
    max-width: 742px;
  }
}

.quote {
  width: 100%;
  background: url("/wp-content/themes/tpusa/assets/img/faith/background2.jpg")
    center center no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 58px 0 99px 0;
}

.quote__title {
  font-family: "Oswald";
  text-transform: uppercase;
  text-align: center;
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
  color: #000;
  margin: 0 0 48px;
}

.quote__bible-text {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  max-width: 761px;
  margin: 0 auto 69px;
  font-family: "ProximaNovaIt";
  font-weight: 700;
}

.quote__text {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
  font-family: "ProximaNova";
  font-weight: 500;
  margin: 0 auto 41px;
  max-width: 761px;
}

.quote__link {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 482px;
}

@media screen and (min-width: 900px) {
  .quote {
    padding: 122px 0 68px 0;
  }
  .quote__title {
    font-size: 80px;
    line-height: 95px;
  }
  .quote__bible-text {
    font-size: 38px;
    line-height: 45px;
  }
  .quote__text {
    font-size: 29px;
    line-height: 42px;
  }
}

/**
* Home Hero
*/
.hero-home {}

.hero-home .page-header {
}

.hero__banners {
  display: grid;
  gap: 21px;
}

.order-3 {
  order: 3;
}

@media (min-width: 56.25em) {
  .order-3 {
    order: 0;
  }
}
