.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #030202e3;
  z-index: 15;
}

.hero__form {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

#button {
  padding: 10px 1.5em;
  font-size: 25px;
  font-weight: 500;
  max-width: 450px;
  width: 100%;
  color: white;
  transition: all 300ms ease-in-out;
  text-decoration: none;
  background-color: #ffa000;
  border-radius: 32px;
  text-transform: uppercase;
}

#button:hover {
  scale: 1.05;
  transition: all 300ms ease-in-out;
}
.form__protect {
  display: flex;
  align-items: center;
  column-gap: 13px;
  padding: 10px 25px 25px 25px;
}

.form__protect-icon {
  width: 35.021px;
  height: 25px;
  flex-shrink: 0;
}

.form__protect-title {
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: normal;
  text-align: left;
}

.form__protect-description {
  color: #fff;
  font-size: 6px;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}
