main {
  padding: 2rem;
  max-width: 900px;
  margin: auto;
}

h1 {
  text-align: center;
  margin-bottom: 2rem;
}

details {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 1rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

summary {
  font-weight: bold;
  cursor: pointer;
  outline: none;
}

summary::-webkit-details-marker {
  display: none;
}

details[open] summary::before {
  transform: rotate(90deg);
}

.services {
  max-width: none;
  width: 160px;
}

@media screen and (width < 500px) {
  .services {
    max-width: none;
    width: 100px;
  }
}

.button-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  margin: 0 auto;
  padding: 0.9em 2em;
  border: none;
  border-radius: 25px;
  box-shadow: 0 2px 3px rgb(0 0 0 / 25%), 0 2px 3px -2px rgb(0 0 0 / 15%);
  background-color: #cdced0;
  color: #000;
  font-weight: 600;
  font-size: 1em;
}

.button-2:hover {
  background-color: #bdbec0;
}

.button-3 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  margin: 0 auto;
  padding: 0.9em 2em;
  border: none;
  border-radius: 25px;
  box-shadow: 0 2px 3px rgb(0 0 0 / 25%), 0 2px 3px -2px rgb(0 0 0 / 15%);
  background-color: #0c63a1;
  color: #fff;
  font-weight: 600;
  font-size: 1em;
}

.button-3::after {
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  margin-left: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
}

.button-3:hover {
  background-color: #005391;
}

.box-013 {
  max-width: 800px;
  margin: 0 auto;
  border: 2px solid #266b9c;
  border-radius: 3px;
}

.box-013 span {
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
  padding: 0.5em 0;
  background-color: #266b9c;
  color: #fff;
  font-weight: 600;
}

.box-013 p {
  margin: 0;
  padding: 1em 1.5em;
  color: #333;
  display: flex;
}

.termsCheckTable2 {
  background-color: #fff;
  border-spacing: 1;

  th,
  td {
    padding: 1rem;
  }
}
