._profileContent_mv5q0_1 {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 1rem;
}

._profileTextInputs_mv5q0_7 {
  flex: 3;
}

._profileImage_mv5q0_11 {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 2;
}

._profileEmail_mv5q0_18 {
  color: var(--color-gray-500);
  margin-top: 2.3rem;
}

._profileName_mv5q0_23 label,
._profileBio_mv5q0_24 label {
  font-size: 0.9rem;
  margin-bottom: 0.2rem;
  color: var(--color-gray-600);
}

._profileName_mv5q0_23 input,
._profileBio_mv5q0_24 textarea {
  background-color: var(--color-gray-100);
  color: var(--color-gray-800);
}

._profileBio_mv5q0_24 textarea {
  resize: none;
  min-height: 9rem;
}

@media only screen and (max-width: 800px) {
  ._profileContent_mv5q0_1 {
    flex-direction: column-reverse;
  }
}
