.centered-headers {
  width:100%;
  max-width:800px;
  margin: 0 auto;
  padding:0px 20px;
}

.centered-headers h2 {
  {#font-family: 'Archer-Bold-It' !important; #}
  font-family: var(--roboto-condensed);
  font-size: 16px;
  line-height: 22px;
  text-transform: unset;
  color:#000;
  text-align:center;
}

.centered-headers h3 {
  color: #1e4c31;
  {#font-family: 'GTPressura-Bold'; #}
  font-family: var(--roboto-condensed);
  font-size: 44px;
  text-transform: uppercase;
  text-align:center;
}
 p.section-body , 
.section-body {
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  color: rgb(0, 0, 0);
  {#font-family: 'Archer-Book'; #}
  font-family: var(--roboto-sans) !important;
}