.kl-features-01 {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 768px) {
  .kl-features-01 {
    display: block;
  }
}

.kl-features-01__card {
  display: grid;
  grid-template-columns: .4fr 1.2fr;
}

.kl-features-01__card h4 {
  margin: 0 0 1rem;
}

.kl-features-01__card p {
  font-weight: 500;
}

.kl-features-01__card + .kl-features-01__card {
/*   margin-left: 64px; */
}

@media screen and (max-width: 768px) {
  .kl-features-01__card + .kl-features-01__card {
    margin: 0 0 32px;
  }
}

.kl-features-01__image {
  min-height: 50px;
  margin: 0 0 24px;
  display: flex;
/*   align-items: center; */
}

.kl-features-01__image img {
/*   display: block; */
/*   width: auto;
  max-height: 50px; */
  margin: 0;
  width: 70%;
}

.kl-features-01__image > span {
  display: block;
 
}
.kl-features-01__image{
  margin-left: 20%;
  padding-right:5px;
  display: grid;
}

.kl-features-01__image svg {
   
  max-height: 50px;
  width: 50px;
  fill: ;
}
.kl-features-01{
/*   flex direction: row;
  flex-wrap: wrap; */
  width: 100%
    padding-top: 2%;
     
}
.kl-features-01__card{
  flex:50%;
  padding-top:10px;
/*   padding-right:20px;
  padding-left:5px; */
  background-color:white;
   align-items:stretch;
/*   justify-content: space-between;
  align-items:center; */
  
}
.textwrap{
  text-align: left;
}
/* h4{
  font-weight: bolder;
  padding-right: 20%;
  font-size: 1.9em;
margin-bottom: 0 !important;
}
p{
  font-size: 1.2rem;
} */

@media only screen and (max-width: 480px) {
  .kl-features-01 {
    grid-template-columns: 1fr;
}
}


  
