.customPageCenteredContent {
  width: 92%;
  min-width: 0;
  margin: 40px auto;
}

.customPageText {
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);
  margin: 0 auto 30px;
  padding: 0;
  max-width: 594px;
}

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

.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);
}

.contactDiv {
  width: 90%;
  position: relative;
  margin-top: 40px;
  margin-bottom: 0;
  max-width: 516px;
}

h1,
#customPageTitle {
  width: 100%;
  position: relative;
  margin: 0 auto 25px;
  font-size: var(--h1-font-size);
  line-height: var(--h1-line-height);
  text-align: center;
  color: var(--h1);
  height: auto;
  font-weight: 400;
}

h2,
.customPageSubtitle {
  position: relative;
  margin: 0 auto 10px;
  overflow: hidden;
  font-weight: 600;
  max-width: 594px;
}

.contactInput {
  border: 1px solid var(--lighter-base);
  border-radius: 0;
  color: var(--base);
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  padding-left: 10px;
  height: auto;
  margin-bottom: 20px;
  font-size: var(--base-font-size);
  line-height: var(--btn-line-height);
}

.contactInput.contactTextarea {
  height: 130px;
  padding-top: 10px;
  line-height: var(--base-line-height);
}

.sendContact {
  background-color: var(--btn);
  border-radius: 0;
  font-weight: 400;
  width: 100%;
  border: 1px solid var(--btn-border);
  position: relative;
  float: left;
  box-sizing: border-box;
  margin-bottom: 60px;
  height: auto;
  text-transform: uppercase;
  font-size: var(--btn-font-size);
  line-height: var(--btn-line-height);
}

.sendContact:hover {
  background-color: var(--btn-hover);
  color: var(--btn-font-hover);
  border-color: var(--btn-border-hover);
}
.mapDiv {
  width: 100%;
}

.customPageCenteredContent[data-custom-id="1"] .customPageSubtitle {
  font-size: var(--h1-font-size);
  margin: 0 auto 25px;
  font-weight: 400;
  max-width: unset;
}
.customPageCenteredContent[data-custom-id="1"] .customPageText {
  max-width: unset;
}

.customPageCenteredContent[data-custom-id="5"] .customPageImage {
  max-width: 505px;
}

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

@media screen and (max-width: 1100px) {
  .contactInput {
    margin-bottom: 10px;
  }

  .sendContact {
    margin-top: 0;
  }

  .contactDiv {
    width: 100%;
  }

  #customPageTitle {
    font-size: calc(var(--h1-font-size) - 11px);
    line-height: calc(var(--h1-line-height) - 11px);
    text-align: left;
    max-width: 229px;
    margin: 0 0 10px;
  }

  h2,
  .customPageSubtitle,
  .customPageText {
    text-align: left;
    max-width: unset;
    width: 100%;
  }

  .customPageCenteredContent[data-custom-id="1"] #customPageTitle {
    margin-left: auto;
    margin-right: auto;
    max-width: unset;
    text-align: center;
  }
  .customPageCenteredContent[data-custom-id="1"] .customPageSubtitle {
    font-size: calc(var(--h1-font-size) - 11px);
    line-height: calc(var(--h1-line-height) - 11px);
  }
  .customPageCenteredContent[data-custom-id="1"]
    .customPageSubtitle
    + .customPageText
    p:first-child {
    margin-bottom: 10px;
  }
  .customPageCenteredContent[data-custom-id="1"] {
    margin-bottom: 4%;
  }
  .mapDiv {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 415px) and (max-width: 1100px) {
  .mapDiv {
    aspect-ratio: 16/4;
  }
}
