/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.kl-card__form {
  max-width: 100%;
}
.kl-wide-section__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  vertical-align: middle;
}
.kl-wide-section__text {
  align-items:center;
  justify-content:center;
}
 .kl-wide-section__text-content {
  width: 80%;
  margin: 0 auto;
  align-items:center;
  justify-content:center;
}
@media screen and (max-width: 767px) {
  .kl-wide-section__image {
    min-height: 250px;
    height: 200px;
    flex-basis: 98%;
    width: 98%;
  }