.customPageCenteredContent {
  width: var(--web-container) !important;
  min-width: 0;
  margin: 70px auto;
  display: grid;
  gap: 30px;
}

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

.contactInput::-webkit-input-placeholder {
  font-weight: 300;
  color: rgb(from var(--base) r g b / var(--opacity));
}

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

.contactInput::-moz-placeholder {
  font-weight: 300;
  color: rgb(from var(--base) r g b / var(--opacity));
}

.contactInput::-ms-input-placeholder {
  font-weight: 300;
  color: rgb(from var(--base) r g b / var(--opacity));
}

.contactInput::-ms-input-placeholder {
  font-weight: 300;
  color: rgb(from var(--base) r g b / var(--opacity));
}

.contactDiv {
  width: 60%;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  max-width: unset;
}

div#customPageTitle {
  display: none;
}

textarea.contactInput.contact_message {
  height: 237px;
  resize: none;
}

.gMaps {
  width: var(--web-container);
  margin: auto;
}

.gMaps iframe {
  width: 100%;
  height: 448px;
  margin-top: 30px;
}
h1,
#customPageTitle {
  width: 100%;
  position: relative;
  margin: 0;
  font-size: 25px;
  text-align: center;
  height: auto;
  letter-spacing: var(--letter-spacing);
  font-size: 26px;
  line-height: var(--group-line-height);
  font-weight: var(--custom-titles-font-weight);
}

h2,
.customPageSubtitle {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  font-weight: 400;
  max-width: 594px;
  font-size: 13px;
}
.customPageImage{
  margin:0;
}
.contactInput {
  border: 1px solid var(--base);
  border: 1px solid  var(--lines-border-color);
  color: var(--base);
  padding: 15px 0px;
  box-sizing: border-box;
  width: 100%;
  background: transparent;
  padding-left: 10px;
  height: auto;
  border-radius: var(--border-radius);
  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(--secondary);
  border-radius: 0;
  font-weight: 600;
  width: 100%;
  border: 1px solid var(--secondary);
  letter-spacing: var(--letter-spacing);
  position: relative;
  float: left;
  margin-top: 20px;
  box-sizing: border-box;
  margin-bottom: 0;
  padding: 13px 0px;
  color: var(--button-font-color);
  height: auto;
  font-size: var(--button-font-size);
  line-height: var(--buttonn-line-height);
  border-radius: var(--border-radius-small);
}

.sendContact:hover {
  background-color: var(--base-aux);
  color: var(--button-font-color-hover);
  border-color: var(--secondary);
}
.mapDiv {
  margin: auto;
  margin-bottom: 0;
}
.contactDiv + .mapDiv{
  margin-top: 30px;
}

.customPageCenteredContent[data-custom-id="1"] .customPageSubtitle {
  font-size: var(--h1-font-size);
  margin: 0 auto;
  font-weight: 400;
  font-family: var(--secondary-font);
}


.customPageCenteredContent[data-custom-id="1"] .customPageText {
  text-align: center;
}
.customPageImage{
  margin:0;
}
@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;
    font-size: 16px;
  }

  section.contactContainer {
    width: 100%;
    margin: auto;
  }
  section.contactContainer,
  .gMaps {
    /* width: calc(100% - 40px ); */
  }
  .gMaps {
    width: calc(100% - 40px);
  }

  .contactDiv {
    width: 100%;
  }

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

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