.kz-hero-1 .flex {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: center;
  margin-right: -20px;
  margin-left: -20px;
}

.kz-hero-1 .flex .col {
  flex: 1;
  padding: 0px 20px;
}

.kz-hero-1 .tagline-wrap {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: center;
}

.kz-hero-1.text-center .tagline-wrap {
  justify-content: center;
}

.kz-hero-1 .tagline-wrap .tagline-line {
  width: 30px;
  height: 2px;
}

.kz-hero-1 .button-wrap .button-col {
  display: inline-block;
}

.kz-hero-1 .button-wrap .button-col:not(:last-child) {
  margin-right: 10px;
}

@media (max-width: 767px) {

  .kz-hero-1 .flex .col {
    flex: 0 0 100%;
  }

  .kz-hero-1 .flex .col:not(:last-child) {
    padding-bottom: 20px;
  }
  
}

@media (max-width: 479px) {
  
  .kz-hero-1 .button-wrap .button-col {
    display: block;
  }
  
  .kz-hero-1 .button-wrap .button-col a {
    width: 100%; 
  }
  
  .kz-hero-1 .button-wrap .button-col:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
  
}

	
@media(min-width:768px) and (max-width:1024px) {
  
  .button-1 .button, 
  .button-1 .cta_button,
  .button-2 .button,
  .button-2 .cta_button {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }
  
}

.kz-hero-1 .flex--right-image {
  flex-direction: row-reverse;
  "show_loading:: true,
}