.sp-2col-parent {
  min-height:480px; 
}

.sp-2col-image-parent {
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  height:480px;
}

.sp-2col-body, .sp-2col-heading, .sp-2col-kwh {
  padding:0px 50px;
}

.sp-2col-text-parent {
/*   padding:0px 50px; */
}

.sp-2col-kwh {
  color:#000;
  {# font-family:"Archer-Bold-It" !important; #}
  font-family: var(--roboto-sans);
  font-size:16px;
  line-height:24px;
  margin:0 !important;
}

.sp-2col-heading {
  color:#1E4C31;
  {#font-family:"GTPressura-Bold"; #}
  font-family: var(--roboto-condensed);
  font-size:36px;
  line-height:44px;
  margin:0 !important;  
  text-transform:uppercase;
}

.sp-2col-body {
  color:#000;
  {# font-family:"Archer-Book"; #}
  font-family: var(--roboto-sans);
  font-size:20px;
  line-height:28px;
  margin:0 !important;  
}

@media (max-width:768px) {
  .sp-2col-parent {
    flex-direction:column;
  }
  
  .sp-2col-image-parent {
    order:1 !important;
    width:100%;
    min-height:360px;
  }
  .sp-2col-text-parent {
    order:2 !important;
    padding:20px 0px;

  }
}