body .part3 h2::after {
  width: 100%;
  left: 50%;
  transform: translate(-50%,10%);
}
body .part4 h2:first-child::after {
  width: 100%;
  left: 50%;
  transform: translate(-50%,10%);
}
body .part4 h2:last-child::after {
  width: 100%;
  left: 50%;
  transform: translate(-50%,10%);
}
body .part5 h2::after {
  width: 100%;
  left: 50%;
  transform: translate(-50%,10%);
}
body .part6 h2::after {
  width: 100%;
  left: 50%;
  transform: translate(-50%,10%);
}
.form-check-input {
  border: 1px solid #008a46;
  background-color: #fff;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: .25em;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:focus {
  box-shadow: none;
  border-color: #008a46;
}
.form-check-input:checked {
  background-color: #008a46;
  border-color: #008a46;
}
.form-check-input[type=checkbox] {
  border-radius: 0;
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
}
