.customPageCenteredContent {
  width: 100% !important;
  margin: 90px auto 0;
  max-width: 100%;
  text-align: center;
}

.customPageText {
  font-size: var(--h3-font-size);
  line-height: var(--base-line-height);
  margin: 0 auto;
  padding-block: 0px 80px;
  max-width: 733px;
  text-align: left;
}

.customPageText:last-of-type {
  padding-block: 70px 80px;
}

.customPageImage {
  width: calc(31% - 3px);
  position: relative;
  overflow: hidden;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
}

.customPageImage:nth-of-type(3n + 0) {
  margin: 0 3% 0 5px;
}

.customPageImage:nth-of-type(3n-2) {
  margin: 0 5px 0 3%;
}

.customPageImage:nth-of-type(3n + 0) {
  margin-right: 0;
}

.customPageImage:last-of-type{
  width: 100%;
  margin: 0
}

.contactDiv {
  width: 90%;
  position: relative;
  margin-top: 40px;
  margin-bottom: 88px;
  max-width: 516px;
}

h1,
#customPageTitle {
  width: 100%;
  position: relative;
  margin: 0 auto 40px;
  font-size: var(--custom-title-font-size);
  line-height: var(--custom-title-line-height);
  text-align: var(--custom-title-text-align);
  color: var(--custom-title-font);
  height: auto;
  font-weight: var(--custom-title-font-weight);
}

h2,
.customPageSubtitle {
  position: relative;
  margin: 0 0 10px;
  overflow: hidden;
  font-weight: 600;
  max-width: 594px;
  text-align: left;
  font-weight: bold;
}

.contactInput {
  border: 1px solid var(--lighter-base);
  border-radius: 0;
  color: var(--lighter-base);
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  padding-left: 10px;
  height: auto;
  margin-bottom: 20px;
  font-size: 14px;
  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: 80px;
  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: 1px solid var(--btn-border-hover);
}

.mapDiv {
  width: 100%;
}

.customPageCenteredContent {
  width: 100% !important;
  margin: 90px auto 0;
  max-width: 100%;
  text-align: center;
}

.contactDiv {
  width: 90%;
  position: relative;
  margin-top: 40px;
  margin-bottom: 88px;
  max-width: 516px;
}

h1,
#customPageTitle {
  width: 100%;
  position: relative;
  margin: 0 auto 40px;
  font-size: var(--custom-title-font-size);
  line-height: var(--custom-title-line-height);
  text-align: var(--custom-title-text-align);
  color: var(--custom-title-font);
  height: auto;
  font-weight: var(--custom-title-font-weight);
}

h2,
.customPageSubtitle {
  position: relative;
  margin: 0 0 10px;
  overflow: hidden;
  font-weight: 600;
  max-width: 594px;
  text-align: left;
  font-weight: bold;
}

.contactInput {
  border: 1px solid var(--lighter-base);
  border-radius: 0;
  color: var(--lighter-base);
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  padding-left: 10px;
  height: auto;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: var(--btn-line-height);
}

.contactInput.contactTextarea {
  height: 130px;
  padding-top: 10px;
  line-height: var(--base-line-height);
}


.contactInput::-webkit-input-placeholder {
  font-weight: 400;
  color: var(--lighter-base);
}

.contactInput::-moz-placeholder {
  font-weight: 400;
  color: var(--lighter-base);
}

.contactInput::-moz-placeholder {
  font-weight: 400;
  color: var(--lighter-base);
}

.contactInput::-ms-input-placeholder {
  font-weight: 400;
  color: var(--lighter-base);
}

.contactInput::-ms-input-placeholder {
  font-weight: 400;
  color: var(--lighter-base);
}

.sendContact {
  background-color: var(--btn);
  border-radius: 0;
  font-weight: 500;
  width: 100%;
  border: 1px solid var(--btn-border);
  position: relative;
  float: left;
  box-sizing: border-box;
  margin-bottom: 0;
  height: auto;
  text-transform: uppercase;
  font-size: var(--btn-font-size);
  line-height: var(--btn-line-height);
}

.mapDiv {
  width: 100%;
  margin-bottom: 0;
}


@media screen and (min-width: 769px) and (max-width: 1105px) {
  #content {
    min-width: unset;
  }
}

@media screen and (max-width: 1100px) {

  .customPageCenteredContent {
    margin: 40px auto 0;
  }

  .contactInput {
    margin-bottom: 15px;
    line-height: 43px;
  }

  .sendContact {
    margin-top: 0;
    margin-bottom: auto;
  }

  .contactDiv {
    width: var(--web-container);
    margin-bottom: 45px;
  }

  #customPageTitle {
    width: var(--web-container);
  }

  .customPageText {
    width: 80%;
    padding-block: 0px 50px;
  }

  .customPageText:last-of-type {
    padding-block: 50px 70px;
  }

  .mapDiv {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    margin-bottom: 0px;
  }


  .customPageImage {
    width: var(--web-container);
    margin: 10px auto;
    float: none;
  }

  .customPageImage:nth-of-type(3n + 0) {
    margin: 0 auto;
  }

  .customPageImage:nth-of-type(3n-2) {
    margin: 0 auto;
  }

  .customPageImage:nth-of-type(3n + 0) {
    margin-right: auto;
  }

  .customPageImage:last-of-type {
    margin: 0 auto;
    width: 100%;
  }
};