.containertb {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  justify-content: center;
}

h2 {
  font-size: 26px;
  margin: 20px 0;
  text-align: center;
}

 h2 small {
    font-size: 0.5em;
  }

.responsive-table li{   
    border-radius: 3px;
    padding: 25px 30px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 3px;
  }
.responsive-table .table-header {
    background-color: #ee5656;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
  }
.responsive-table .table-header2 {
    background-color: #3ba6f9;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
  }
.responsive-table .table-row {
    background-color: rgba(255,255,255,0.7);
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.1);
  }
.responsive-table .col-1 {
    flex-basis: 20%;
  }
.responsive-table .col-1 img{
    width: 50%;
  }
.responsive-table .col-2 {
    flex-basis: 40%;
	font-size: calc(1rem + 0.3vw);
  }
.responsive-table .col-3 {
    flex-basis: 40%;
	font-size: calc(1rem + 0.3vw);
  }
  @media all and (max-width: 767px) {
.responsive-table {
      padding: 0;
    }
.responsive-table .table-header {
      font-size: 12px;
    }
.responsive-table .table-header2 {
      font-size: 14px;
    }
.responsive-table .table-row{
      font-size: 12px;
    }
.responsive-table li {
	  padding: 5px 20px;
    }
.responsive-table .col {
      display: inline-table;
      padding: 5px 0;      
    }
.responsive-table .col-2 {
	font-size: calc(0.5rem + 0.3vw);
  }
.responsive-table .col-3 {
	font-size: calc(0.5rem + 0.3vw);
  }

}
  
