/* Start custom CSS for html, class: .elementor-element-89444b0 */.bk-tab-section{
  padding: 10px 0 40px 0;
}

.bk-tab-wrap{
  max-width: 980px;
  margin: 0 auto;
}

.bk-tab-title{
  margin: 0 0 18px 0;
  font-size: 64px;
  line-height: 1.05;
  color: #111111;
}

.bk-tab-lead{
  margin: 0 0 28px 0;
  font-size: 18px;
  line-height: 1.6;
  color: #111111;
}

.bk-tab-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
}

.bk-tab-card{
  background: #f3f3f3;
  border-radius: 28px;
  padding: 30px 28px;
  min-height: 370px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.bk-tab-card h3{
  margin: 0 0 14px 0;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 500;
  color: #111111;
}

.bk-tab-card p{
  margin: 0 0 14px 0;
  font-size: 16px;
  line-height: 1.7;
  color: #111111;
}

.bk-tab-list{
  list-style: none !important;
  margin: 0 0 22px 0 !important;
  padding: 0 !important;
}

.bk-tab-list li{
  list-style: none !important;
  position: relative;
  margin: 0 0 10px 0;
  padding-left: 18px;
  font-size: 16px;
  line-height: 1.65;
  color: #111111;
}

.bk-tab-list li::before{
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #111111;
  font-size: 18px;
  line-height: 1.4;
}

.bk-tab-btn{
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 74px;
  padding: 14px 26px;
  border: 2px solid #0b6b3a;
  border-radius: 999px;
  color: #0b6b3a !important;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.35;
  text-align: center;
  transition: all .2s ease;
  box-sizing: border-box;
}

.bk-tab-btn:hover,
.bk-tab-btn:focus{
  background: #0b6b3a;
  color: #ffffff !important;
}

@media (max-width: 1100px){
  .bk-tab-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px){
  .bk-tab-wrap{
    max-width: 100%;
  }

  .bk-tab-title{
    font-size: 42px;
    margin-bottom: 14px;
  }

  .bk-tab-lead{
    font-size: 16px;
    margin-bottom: 20px;
  }

  .bk-tab-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .bk-tab-card{
    min-height: auto;
    padding: 22px 20px;
    border-radius: 22px;
  }

  .bk-tab-card h3{
    font-size: 22px;
  }

  .bk-tab-card p,
  .bk-tab-list li{
    font-size: 16px;
    line-height: 1.65;
  }

  .bk-tab-btn{
    width: 100%;
    min-height: 58px;
    font-size: 16px;
  }
}/* End custom CSS */