.header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.contact-wrapper {
  display: flex;
  justify-content: center;
}

.contact-right {
  width: 100%;
  max-width: 900px;
}

.contact-right form {
  width: 100%;
  display: flex;
  flex-direction: column;
}

form input,
form textarea {
  width: 100%;
  border: 0;
  outline: none;
  padding: 15px;
  margin: 10px 0;
  color: #fff;
  font-size: 18px;
  border-radius: 6px;
  background: #262626;
}

.btn2 {
  display: inline-block;
  width: fit-content;
  border: 1px solid #ff004f;
  padding: 14px 50px;
  border-radius: 6px;
  text-decoration: none;
  color: #fff;
  transition: background 0.5s;
  font-size: 18px;
  cursor: pointer;
  background-color: #000000;
  margin: 20px 0px;
  align-self: center;
}
