@media (max-width: 600px){
  .CTA_header{
  display: block !important;
  font-size: 150% !important;
  text-align: center;
}
  
#cta-column-1
{
  display: block !important;
}
  
#green_text
{
  margin-left: 0px !important;
}
  
.cta-container{
      display: block;
      align-content: center;
      justify-items: center;
    }
    .cta-text-and-button{
      align-content: center;
      margin: auto;
      vertical-align: center;
      padding: 3%;
    }

    }
}

@media (max-width: 1000px){
  .CTA_header{
  display: block !important;
  }
}

#cta-column-1
{
  display: flex;
}

.cta-container {
  background-color: #ECF4FD; 
  border-radius: 32px;
  display: block;
  align-content: center;    
  justify-items: center;
  text-align: center;
  padding: 5%;
  margin: 2% 2% 2% 2%;
   
}

.demo_button {
  display: inline-block;
  padding: 16px 16px 16px 16px;
  margin-top: 50px;
  align-items: center; 
  background-color: #1670DF; 
  color: #fff;
  border-radius: 12px;
  font-family: "Inter", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}


.cta-text-and-button {
  margin-left: 1em; 
  display: inline-block;
  margin-right: 1em;
  padding: 3%;
  text-align: center;
  vertical-align: middle;
}

.CTA_header{
  font-family: "Plus Jakarta Sans", "Arial", "Open Sans", sans-serif;
  display: block !important;
  font-size: 150%;
  font-weight: bold !important;
  text-align: center;
  display: flex;
}

#hs_cos_wrapper_module_128045192192_
{
  padding-left: 5px;
  padding-right: 5px;
}

#green_text{ 
  color: #22BA50;
  margin-left: 15px;
}

  /** TABLET CSS **/
  @media (max-width: 768px) {
   .cta-container{
      display: block;
      align-content: center;
      justify-items: center;
      max-width: 768px;
    }
    .cta-text-and-button{
      text-align: center;
      vertical-align: center;
      padding: 30px 30px 30px 30px;
    }
     
    .CTA_header{
      text-align: center;
      margin: auto; 
      vertical-align: middle;
    }
   
}
    
  /** MOBILE CSS **/
  @media (max-width: 372px) 
    
}