@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap");
.main-img {
  width: 100%;
}
table {
  width: 100%;
  border-collapse: collapse;
}
td {
  border: 1px solid #c0c0c0;
  padding: 12px;
}
th {
  color: white;
  background-color: black;
  padding: 12px 15px;
  font-family: "Orbitron", sans-serif;
}
tr:nth-child(odd) {
  background-color: #f2f2f2;
}
li {
  line-height: 40px;
}
.product-comparison-sec {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.247);
  border-radius: 5px;
  margin: 30px;
  padding: 10px;
}
.table-section {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.247);
  border-radius: 5px;
  margin: 30px;
  padding: 10px;
}
ul > li {
  border-bottom: 1px solid #c0c0c0;
  padding: 1px;
}
.parent-sec {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.247);
  border-radius: 5px;
  margin: 0 auto;
  padding: 5px;
  width: 1500px;
}
