.two-col-image-left {
  width:600px;
  height:auto;
  display:block;
  margin:0 auto;
}

.two-col-section-header {
  color: #1e4c31;
  {#font-family: 'GTPressura-Bold'; #}
  font-size: 36px;
  text-transform: uppercase;
  line-height: 44px;
  text-align:left;
  width:100%;
  display:block;
  margin-top:0px;
}

.two-col-section-body {
  width:100%;
  display:block;
}

.two-col-section-body p {
  font-size: 20px;
  line-height:28px;
  color: #000;
  {#font-family: 'Archer-Book'; #}
  font-family: var(--roboto-sans);
}
  .two-col-container .two-col-section-body p { font-family: var(--roboto-sans); }
  

.two-col-container {
  display:flex;
  flex-direction: row;
  flex-wrap:wrap;
  justify-content:center;
  align-items: center;
  width:100%;
}

ul {
  margin-left:15px;
}

.two-col-container .two-col-image, .two-col-container .two-col-text {
  width:50%;
}

.two-col-text {
  padding:0px 50px;
}

@media (max-width:1024px) {
  .two-col-container .two-col-image, .two-col-container .two-col-text {
    width:100%;
  }
  .two-col-image {
    padding-bottom:20px;
  }
}

.two-col-text h2 {
  {#font-family: 'Archer-Bold-It' !important; #}
  font-size: 16px;
  line-height: 22px;
  text-transform: unset;
  color:#000;
  text-align:left;
  margin-bottom:5px;
}

.button {
  margin-top:20px;
}
