.guidance-part {
  width: 1410px;
  max-width: 90%;
  margin: 54px auto;
}

.guidance-heading {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}

.content-part {
  width: 100%;
  background: white;
  padding: 83px 113px;
  margin-top: 40px;
}

.guidance-part h5 {
  font-weight: bold;
  margin-top: 40px;
}

.guidance-part h5:first-child {
  margin-top: 0;
}

.confirm-button {
  width: 400px;
  height: 80px;
  max-width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  margin: 48px auto 0;
  font-weight: bold;
  background-color: #222222;
}
.cancel-button {
  width: 150px;
  height: 48px;
  max-width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 47px;
  background: #c4c4c4;
  color: white;
  margin: 48px auto 0;
  font-weight: bold;
}
.cancel-button:hover {
  color: white;
  text-decoration: none;
}
/* Remove default ol margin/padding, then indent */
.privacy-list {
  margin: 20px 0px;
  padding-left: 0; /* text-indent for list numbers */
  list-style: decimal inside;
}

/* Spacing between list items */
.privacy-list > li {
  margin-bottom: 16px;
  line-height: 1.6;
}

/* Nested bullet list */
.privacy-list li ul {
  margin-top: 8px;
  margin-bottom: 0;
  padding-left: 1.5rem;
  list-style: disc inside;
}

.privacy-list li ul li {
  margin-bottom: 8px;
}
.privacy-list > li span {
  display: block;
}
@media screen and (max-width: 1024px) {
  .confirm-button {
    margin-top: 36px;
  }
}

@media screen and (max-width: 768px) {
  .confirm-button {
    width: 300px;
    font-size: 20px;
  }
}

@media screen and (max-width: 540px) {
  .confirm-button {
    width: 250px;
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .content-part {
    padding: 20px 10px;
    margin-top: 20px;
  }

  .guidance-heading {
    font-size: 22px;
  }

  .guidance-part {
    max-width: 100%;
  }
  .custom-select {
    width: 90% !important;
  }
  .form-row {
    justify-content: space-between;
  }
  .form-row .col-2 {
    width: 100%;
  }
  .form-control {
    width: 100% !important;
  }
  .form-row .col-2 .form-control {
    width: 100px !important;
  }
  .btn-group-toggle {
    display: flex;
    flex-direction: column;
    gap: 10px !important;
  }

  .btn-group-toggle .btn {
    width: 100%;
    text-align: center;
  }
  .contact-form .btn-group-toggle .btn {
    width: 100%;
  }
}
