table {
    border: 1px solid #e01f3d;
    width: 75%;
    margin:auto;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
    margin: auto;
    font-family: 'prompt','Raleway', sans-serif;

  }
  table caption {
  font-size: 3rem;
 /* color: #185477; */
  margin: 1rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left, center right;
}
  table tr {
    border: 1px solid #e01f3d;
    padding: 5px;
  }

  table th, table td {
    padding: 10px;
    text-align: center;
     word-break: break-all;
     font-size : 18px;
  }

  table th {
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 1px;
    color:#fff;
    background-color: #e01f3d;
  }
  table td {

    font-size: 18px;
    letter-spacing: 1px;
    color:#000000;
  }

  @media screen and (max-width: 600px) {
    table caption {
  font-size: 2rem;
  }
    table {
      border: 0;
    }

    table thead {
      display: none;
    }

    table tr {
      margin-bottom: 10px;
      display: block;
      border-bottom: 2px solid #e01f3d;
    }

    table td {
      display: block;
      text-align: right;
      font-size: 12px;
      border-bottom: 1px dotted #e01f3d;
    }

    table td:last-child {
      border-bottom: 0;
    }

    table td:before {
      content: attr(data-title);
      float: left;
      text-transform: uppercase;
      font-weight: bold;
    }
  }







