.kl-card-3 {
  border: 0px;
  box-shadow: 0px 11px 30px rgba(, )!important;
  border-radius: 50px;
  background-color: rgba(, );
  width: 100%;
  background-color: rgba(, );
  Display: flex;
  flex-direction:;
  align-items: center;
  overflow: hidden;
  
}

.kl-card-3__preheader {
  font-family: , sans-serif;
  font-size: ;
  font-weight: bold;
  color: ;
  display: block;
  line-height: 1rem;
  margin: 0 0 .75rem;
  font-family: Montserrat, sans-serif;
}

.kl-card-3__content h1, .kl-card-3__content h2, .kl-card-3__content h3, .kl-card-3__content h4, .kl-card-3__content h5, .kl-card-3__content h6 {
  font-weight: bold;
  margin: 0 0 1rem;
  font-family: Montserrat, sans-serif;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 40px;
  width: 100%;
}

.kl-card-3__content p {
  margin: 0 0 2rem;
  font-family: Montserrat, sans-serif;
  margin-left: 30px;
  margin-right: 30px;
}

.kl-card-3__button {
  font-family: Montserrat, sans-serif;
  margin-left: 30px;
  margin-right: 30px;
  padding-bottom: 40px;
}

.kl-card-3__image {
  width: auto;
  height: auto;
  margin: 0;
  border-radius: 0px!important;
}

.kl-card-3__form {
  max-width: 600px;
}

@media only screen and (max-width: 768px) {
  a {
    display: flex;
  }
  .kl-card-3 {
    display: flex;
    width: 100%;
    flex-wrap: wrap
  }
  .kl-card-3__content .kl-card-3__content {
    margin: 0;
    display: flex;
    width: 100%;
  }
  .kl-card-3__image {
    width: 100%;
  border-radius: 0px!important;
}
@media only screen and (max-width: 1200px) {
  .kl-card-3 {
  border: 0px;
  box-shadow: 0px 11px 30px rgba(, )!important;
  border-radius: 50px;
  background-color: rgba(, );
  width: 100%;
  background-color: rgba(, );
  Display: flex;
  flex-direction:;
  align-items: center;
  flex-wrap: wrap;
}
  
  .kl-card-3__image {
    width: 100%;
    position: right;
  border-radius: 0px!important;
  }
  
  .kl-card-3__content h1, .kl-card-3__content h2, .kl-card-3__content h3, .kl-card-3__content h4, .kl-card-3__content h5, .kl-card-3__content h6 {
  font-weight: bold;
  margin: 0 0 1rem;
  font-family: Montserrat, sans-serif;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 40px;
}

.kl-card-3__content p {
  margin: 0 0 2rem;
  font-family: Montserrat, sans-serif;
  margin-left: 30px;
  margin-right: 30px;
}
}