ol {
  padding: 0px;
}

ol {
  list-style-type: none;
}
.download {
  padding-top: 20px;
}

.download-link button {
  width: 400px;
  margin-top: 20px;
}

li {
  margin-bottom: 20px;
}

th {
  padding: 15px;
  text-align: end;
  font-size: 30px;
  font-weight: 500;
}

table tr > td,
table tr > th {
  border-right: 2px solid #f8f8f8;
  border-bottom: 2px solid #f8f8f8;
}

td {
  padding: 15px;
  text-align: center;
  font-size: 24px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

tr:nth-child(even) {
  background-color: #f2f2f2;
}

th,
td:nth-child(2),
td:nth-child(3),
td:nth-child(4) {
  border-left: 2px solid #f8f8f8;
}

.download-link button {
  height: 80px;
  text-align: start;
}

.second-content {
  margin: 20px;
}

.second-content-description {
  position: relative;
  z-index: -1;
}

.second-content-detail {
  padding: 20px 40px;
}

.second-content-detail {
  display: flex;
  grid-gap: 30px;
  justify-content: center;
}
.inline-p {
  display: inline;
  margin: 0px;
}

.hidden {
  opacity: 0;
  filter: blur(1px);
  transform: translateX(-40px);
  transition: ease-in 1s;
}
.move-left {
  opacity: 0;
  filter: blur(1px);
  transform: translateX(40px);
  transition: ease-in 1s;
}

.show {
  opacity: 1;
  filter: blur(0);
  transform: translateX(0);
}

.move-left.show {
  transform: translateX(0);
}

@media (max-width: 1024px) {
  .download-link button {
    width: 250px;
    margin-top: 0px;
  }

  li {
    margin-bottom: 10px;
  }

  th {
    font-size: 18px;
  }

  td {
    font-size: 18px;
    padding: 15px 10px 15px 10px;
  }
  
  table th,
  table td {
    white-space: normal;
    min-width: 50px;
  }

  .download-link button {
    height: 60px;
  }

  .second-content-detail {
    padding: 10px 0px;
  }

  .second-content-detail {
    display: block;
  }

  .second-content {
    margin: 20px 0px 0px 0px;
  }
}

@media (max-width: 440px) {
  .download-link button {
    width: 100%;
  }
}
