.kl-features-03__titles li.active h4, .kl-features-03__titles li h4:hover, .kl-features-03__titles li h4:focus {
  cursor: pointer;
  color: ;
}
.kl-features-03__titles {
  list-style: none;
  padding: 0;
  margin: 0 !important;
  display: flex;
}



@media screen and (max-width: 767px) {
.kl-features-03__titles  {
  display: block;
}
}


.kl-features-03 {
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.17);
    border-radius: 0 0 25px 25px !important;
}


  .kl-features-03__titles li {
 background-color: #e8e8e8;
  text-align: center;
  width: 100%;
    border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-top: 2px solid #d9d9d9;
  }
  
  .kl-features-03__titles li:nth-child(1) {
    border-left: 2px solid #d9d9d9;
    border-radius: 25px 0 0 0px !important;
  }
  .kl-features-03__titles li:nth-child(3) {
    border-right: 2px solid #d9d9d9;
    border-radius: 0 25px 0 0px !important;
  }

@media screen and (max-width: 767px) {
  .kl-features-03__titles li:nth-child(1) {
    border-radius: 0 !important;
  }
  .kl-features-03__titles li:nth-child(3) {
    border-radius: 0 !important;
  }  
  }

@media screen and (max-width: 767px) {
  .kl-features-03__titles li {
    background-color: #e8e8e8;
    text-align: center;
    width: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 0;
  }

  }

.kl-features-03__titles li h4 {
  position: relative;
  padding: 0.5rem 1.2rem;
  margin: 0;
  display: flex;
  align-items: anchor-center;
  color: #717575;
}
}

.kl-features-03__section {
  background-color: #F3F3F3;
  display: none;
  padding: 1rem;
}

.kl-features-03__sections {
border-left: 2px solid #d9d9d9;
  border-right: 2px solid #d9d9d9;
  border-bottom: 2px solid #d9d9d9;
  padding: 1rem;
  background-color: #FFF;
  border-radius: 0 0 25px 25px !important;
}

.kl-features-03__section.active {
  display: flex;
  flex-wrap: wrap;
}
.kl-features-03__image {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  flex-basis: 360px;
  flex-grow: 1;
  display: flex;
  border-radius: 25px !important;
  background-color: #f0f8ff !important;
}
.kl-features-03__image--left {
  justify-content: flex-start;
}
.kl-features-03__image--center {
  justify-content: center;
}
.kl-features-03__image--right {
  justify-content: flex-end;
}
.kl-features-03__image--top {
  align-items: flex-start;
}
.kl-features-03__image--middle {
  align-items: center;
}
.kl-features-03__image--bottom {
  align-items: flex-end;
}
.kl-features-03__image--cover {
  align-items: unset;
}
.kl-features-03__image--cover img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
}
.kl-features-03__image--contain img {
  object-fit: contain;
}
.kl-features-03__content {
  padding: 54px 78px;
  flex-basis: 400px;
  flex-grow: 3;
}
@media screen and (max-width: 580px) {
  .kl-features-03__content {
    padding: 30px;
  }
}
.kl-features-03__text h3 {
  margin: 0 0 28px;
  max-width: 480px;
}
.kl-features-03__text p {
  margin: 0 0 64px;
  max-width: 600px;
}
.kl-features-03__buttons {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 580px) {
.kl-features-03 .button {
  display: display;
  width: 100%;
}
  }

.kl-features-03__primary-cta {
  margin: 0 35px 0 0;
}

@media screen and (max-width: 767px) {
.triangle {
  position: relative;
  top: -5px;
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-right: 0.2em solid #2e2d75;
  border-top: 0.2em solid #2e2d75;
  transform: rotate(135deg);
  margin-right: 0;
  margin-left: auto;
  filter: grayscale(100%) brightness(2.5);
}
  
  .roheliseks .triangle {filter: grayscale(0%); }
}  

  .roheliseks { box-shadow: inset 0px 4px 0px 0px #00c064; background-color: #fff !important; border-top: 0px solid #d9d9d9 !important;}
  .avatud { transform: rotate(-45deg) !important; top: 3px !important; }

.kl-features-03__titles li.active h4::after {
  display: none;
}
