.elementor-element.elementor-element-ce1dc34{
    background-image: url(images/Table-BG-New.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #dce2e0;
}
.elementor-element-ce1dc34 .container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.elementor-element-ce1dc34 ul.responsive-table {
/*    max-height: 85vh;
    overflow-y: scroll !important;*/
    padding: 0px 10px 0 0;
}
.responsive-table .col {
    flex-basis: 30%;
    align-items: center;
    display: flex;
    justify-content: center;
}
h2 {
  font-size: 26px;
  margin: 20px 0;
  text-align: center;
}
h2 small {
  font-size: 0.5em;
  display: none;
}
.responsive-table .col:not(:last-child) {
    border-right: 1px solid #f7a800;
    padding: 0px 20px;
}
.responsive-table li {
  border-radius: 20px;
  padding: 10px 30px;
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 10px;
  text-align: center;
  color: #34434c;
}
.responsive-table .table-row:hover {
    /*box-shadow: inset 0px 0px 9px 0px rgba(178, 192, 187, 0.9) !important;*/
    background-color: #61b680 !important;
    color: #ffffff !important;
    transition: 500ms;
}
/*.responsive-table .table-header {
  background-color: #00802b;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #ffffff !important;
}*/
.responsive-table .table-header {
    background-color: #00802b;
    font-size: 16px;
    letter-spacing: 0.03em;
    color: #ffffff !important;
    font-family: 'Barlow', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
}
.responsive-table .table-row {
  background-color: #ffffff;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
}
.responsive-table .col-1 {
  flex-basis: 30%;
}
.responsive-table .col-2 {
  flex-basis: 20%;
}
.responsive-table .col-3 {
  flex-basis: 20%;
}
.responsive-table .col-4 {
  flex-basis: 40%;
}
@media screen and (max-width:1024px) {
    .responsive-table li {
    padding: 30px 10px;
    text-align: left !important;
}
    .responsive-table li{
        font-size: 30px;
    }
  .responsive-table .table-header {
    display: none !important;
  }
  .responsive-table li {
    display: block !important;
  }
  .responsive-table .col {
    flex-basis: 100%;
  }
  .responsive-table .col {
    display: flex;
    padding: 10px 0;
  }
  .responsive-table .col:before {
    color: #f7a800 !important;
    padding-right: 10px;
    content: attr(data-label);
    flex-basis: 50%;
    text-align: right;
    font-family: 'Barlow', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
  }
  .responsive-table .table-row:hover .col:before{
      color: #ffffff !important;
  }
}