#customPageTitle {
  display: none;
}

.customPageCenteredContent {
  width: 100% !important;
  min-width: 0;
}

.contactInput::-webkit-input-placeholder {
  font-weight: 300;
  color: var(--black);
}

.contactInput::-moz-placeholder {
  font-weight: 300;
  color: var(--base);
}

.contactInput::-moz-placeholder {
  font-weight: 300;
  color: var(--base);
}

.contactInput::-ms-input-placeholder {
  font-weight: 300;
  color: var(--base);
}

.contactInput::-ms-input-placeholder {
  font-weight: 300;
  color: var(--base);
}

.contactContainer {
  width: 90%;
  max-width: 800px;
  margin: auto;
  position: relative;
  display: flex;
  height: auto;
  min-height: 500px;
  align-items: flex-start;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 70px;
  justify-content: space-between;
}

.contactContainer img {
  width: calc(100% - 50rem);
}

.contactFormContainer {
  position: relative;
  right: 0;
  width: 50%;
  margin-top: 40px;
  background: #fff;
}

.contactDiv {
  width: 100%;
  position: relative;
  float: left;
  margin-bottom: 0;
  margin-top: 0;
}

h2 {
  letter-spacing: 0.08em;
  margin: 0.5rem auto 4rem;
  font-size: 1.7rem;
  line-height: 2.1rem;
}

.text {
  width: 40%;
  margin-top: 40px;
  line-height: 1.9rem;
  font-size: 1.5rem;
}

.contactInput.contactTextarea {
  height: 13rem;
  padding-top: 1rem;
}

.sendContact {
  background-color: var(--base);
  border-radius: 0;
  font-weight: 600;
  height: 4rem;
  line-height: 4rem;
  width: 100%;
  border: 1px solid var(--base);
  position: relative;
  float: left;
  box-sizing: border-box;
  margin-bottom: 10rem;
  font-weight: 200;
  text-transform: uppercase;
}

@media screen and (min-width: 769px) and (max-width: 1105px) {
  #content {
    min-width: unset;
  }
}

@media screen and (max-width: 1100px) {
  .contactFormContainer {
    position: relative;
    width: 90%;
    margin: auto;
  }

  .text {
    width: 90%;
    margin-left: 5%;
    margin-bottom: 4rem;
    margin-top: 3rem;
  }

  .title {
    width: 100%;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 0rem;
  }

  .contactContainer img {
    width: 100%;
    height: auto;
  }

  .contactContainer {
    flex-direction: column;
    width: 100%;
  }

  .contactDiv {
    width: 98%;
    margin-left: 1%;
    margin-top: 0rem;
  }

  .sendContact {
    margin-bottom: 2rem;
  }
}
