
.upright{
  font-family: Arial, sans-serif;
  margin: 20px;
  padding: 0;
  /* background-color: #f8f8f8; */
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}
.container-data  {
  max-width: 900px;
  width: 100%;
  background: white;
  padding: 20px;
  /* box-shadow: 0px 0px 10px   rgba(0,0,0,0.1); */
  border-radius: 8px;
  text-align: center;
}
h1 {
  color: #333;
}
table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}
th, td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
}
th {
  background-color: #0056b3;
  color: white;
} .checkmark {
  color: green;
  font-size: 18px;
}
@media (max-width: 600px) {
  .container {
      padding: 10px;
  }
  table {
      display: flex;
      flex-direction: column;
      align-items: center;
  }
  th, td {
      display: block;
      width: 100%;
      text-align: center;
  }
}

.elementor-widget-container ul li::before {
    content: "\2714";  /* Unicode for checkmark ✔ */
    color: green;
    font-weight: bold;
    margin-right: 8px;
}
.uperData{
    margin-top: 20px;
}
.downData{
    margin-bottom: 14px;
}
