.elementor-4348 .elementor-element.elementor-element-bf14305{--display:flex;}.elementor-4348 .elementor-element.elementor-element-b6277a6 .elementor-button{background-color:var( --e-global-color-049968a );font-size:26px;font-weight:400;fill:var( --e-global-color-6e06528 );color:var( --e-global-color-6e06528 );border-radius:50px 50px 50px 50px;padding:20px 30px 20px 30px;}.elementor-4348 .elementor-element.elementor-element-5e44391 > .elementor-widget-container{padding:45px 0px 0px 0px;}.elementor-4348 .elementor-element.elementor-element-71aeef0 .elementor-button{background-color:var( --e-global-color-049968a );font-size:26px;font-weight:400;fill:var( --e-global-color-6e06528 );color:var( --e-global-color-6e06528 );border-radius:50px 50px 50px 50px;padding:20px 30px 20px 30px;}@media(max-width:767px){.elementor-4348 .elementor-element.elementor-element-b6277a6 .elementor-button{padding:10px 10px 10px 10px;}.elementor-4348 .elementor-element.elementor-element-71aeef0 .elementor-button{padding:10px 10px 10px 10px;}}/* Start custom CSS *//* OPTIONAL: Paste into Appearance > Customize > Additional CSS (or your child theme) */
.bhi-table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.bhi-table {
  width: 100%;
  border-collapse: collapse;
}

.bhi-table th,
.bhi-table td {
  padding: 12px 14px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  text-align: left;
  vertical-align: top;
}

.bhi-table thead th {
  font-weight: 700;
}

@media (max-width: 768px) {
  /* Convert to "stacked cards" on mobile for readability */
  .bhi-table thead {
    display: none;
  }

  .bhi-table,
  .bhi-table tbody,
  .bhi-table tr,
  .bhi-table td {
    display: block;
    width: 100%;
  }

  .bhi-table tr {
    margin: 0 0 14px 0;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    overflow: hidden;
  }

  .bhi-table td {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    padding: 12px 14px;
  }

  .bhi-table td:last-child {
    border-bottom: none;
  }

  .bhi-table td::before {
    content: attr(data-label);
    display: block;
    font-weight: 700;
    margin-bottom: 6px;
  }
}/* End custom CSS */