section {
    font-family: 'Open Sans', sans-serif;
  }
  
  
.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    margin-top: 20px;
  }

  table, thead, th {
    border-top: none !important;
  }
  
  
  .title {
    padding: 20px 0;
    font-weight: 800;
    text-transform: uppercase;
  }