.content {
  flex-grow: 1;
  min-height: 70vh;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 501px) {
  .content {
    margin: 3rem 3rem;
  }
}
@media only screen and (max-width: 500px) {
  .content {
    margin: 1rem 1rem;
  }
}

.content {
  flex-grow: 1;
  min-height: 70vh;
  position: relative;
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 501px) {
  .content {
    margin: 3rem 4rem 9rem 4rem;
  }
}
@media only screen and (max-width: 500px) {
  .content {
    margin: 1rem 1rem 4rem 1rem;
  }
}
#contact-form {
  width: clamp(300px, 40vw, 400px);
  margin-bottom: 0rem !important;
}

.form-control {
  border-radius: 0.7rem;
}