/* Start custom CSS for html, class: .elementor-element-f692dd0 */.bk-services-section{
  font-family: Arial, Helvetica, sans-serif;
  color:#1f1f1f;
  background:#ffffff;
  padding:40px 16px;
  box-sizing:border-box;
}

.bk-services-section *{
  box-sizing:border-box;
}

.bk-services-wrap{
  max-width:1320px;
  margin:0 auto;
}

.bk-services-header{
  text-align:center;
  margin-bottom:32px;
}

.bk-services-header h2{
  margin:0 0 12px;
  font-size:42px;
  line-height:1.15;
  color:#07522c;
}

.bk-services-header p{
  margin:0 auto;
  max-width:900px;
  font-size:18px;
  line-height:1.6;
  color:#5a5a5a;
}

.bk-services-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
  align-items:stretch;
}

.bk-card{
  background:#f3f3f3;
  border-radius:24px;
  padding:28px 24px;
  display:flex;
  flex-direction:column;
  min-height:100%;
}

.bk-card h3{
  margin:0 0 14px;
  font-size:24px;
  line-height:1.25;
  color:#111111;
}

.bk-card p{
  margin:0 0 16px;
  font-size:17px;
  line-height:1.75;
}

.bk-lead{
  font-weight:700;
}

.bk-list{
  list-style:none !important;
  margin:0 0 22px 0 !important;
  padding:0 !important;
}

.bk-list li{
  list-style:none !important;
  position:relative;
  margin:0 0 12px 0;
  padding:0 0 0 22px;
  font-size:17px;
  line-height:1.7;
}

.bk-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:11px;
  width:8px;
  height:8px;
  border-radius:50%;
  background:#0b6b3a;
}

.bk-btn{
  margin-top:auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:56px;
  padding:14px 24px;
  border:2px solid #0b6b3a;
  border-radius:999px;
  color:#0b6b3a !important;
  text-decoration:none !important;
  font-weight:700;
  font-size:16px;
  text-align:center;
  transition:all .2s ease;
}

.bk-btn:hover,
.bk-btn:focus{
  background:#0b6b3a;
  color:#ffffff !important;
}

.bk-card-wide{
  grid-column:1 / -1;
}

@media (max-width:1100px){
  .bk-services-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:767px){
  .bk-services-section{
    padding:28px 14px;
  }

  .bk-services-wrap{
    max-width:100%;
  }

  .bk-services-header{
    text-align:left;
    margin-bottom:24px;
  }

  .bk-services-header h2{
    font-size:32px;
  }

  .bk-services-header p{
    font-size:16px;
  }

  .bk-services-grid{
    grid-template-columns:1fr;
    gap:18px;
  }

  .bk-card{
    padding:22px 18px;
    border-radius:18px;
  }

  .bk-card h3{
    font-size:22px;
  }

  .bk-card p,
  .bk-list li{
    font-size:16px;
    line-height:1.65;
  }

  .bk-btn{
    width:100%;
    font-size:15px;
  }
}/* End custom CSS */