.oz-site-wrapper #get-started.zkp {
  padding: 120px 0;
  background: white;
}
.oz-site-wrapper #get-started.zkp h2 {
  color: var(--new-black);
  margin-bottom: 0;
  flex: 1;
  font-size: 40px;
  line-height: 140%;
  letter-spacing: -0.05em;
  text-align: left;
}
#get-started .button-col {
  flex-grow: 0; 

}

@media (max-width: 991px ){
  .oz-site-wrapper #get-started.zkp {
    padding: 100px 0;
  }
  #get-started .flex.is-ac {
    flex-direction: column;
    gap: 40px;
    justify-content: center;
  }
  .oz-site-wrapper #get-started.zkp h2 {
    font-size: 32px;
    text-align: center;
    max-width: 525px;
    line-height: 130%;
  }
}
}