.contact-form input,
.contact-form textarea {
  padding: 10px;
  margin-bottom: 1.2em;
  resize: none;
}

.contact-form {
  form {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  // width: 100%;
}

.btn-send {
  background-color: var(--ion-color-primary);
  border: none;
  width: 50%;
  color: var(--ion-color-secondary);
  padding: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  margin: 0 auto;
}

.line-tittle {
  height: 5px;
  width: 50%;
  background-color: var(--ion-color-primary);
  text-align: center;
  margin: -10px auto 0 auto;
}
