.mapsContainer {
  background: #f3f3f3;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  overflow: hidden;
  height: fit-content;
}

.mapTitle {
  display: block;
  text-align: center;
  font-weight: 400;
  margin-top: 90px;
  letter-spacing: 0.1em;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.mapsPosition {
  display: flex;
  width: 70%;
  margin: auto;
  margin-bottom: 60px;
}

#leftMap,
#rightMap {
  position: relative;
  float: left;
  padding: 5px;
  background: #fff;
  margin: 40px 10px;
  width: 50%;
}

.mapDiv {
  width: 100%;
  height: 320px;
}

.mapDetails {
  padding: 5px 10px;
  padding-bottom: 25px;
  line-height: 17px;
}

.customPageCenteredContent {
  margin-bottom: 0;
  margin-top: 0;
}

.customPageSubtitle {
  margin-top: 100px;
}

.customPageText {
  justify-content: center;
}

.customPageImage {
  margin-bottom: 2px;
  margin-top: 0;
  max-height: 100vh;
  object-fit: cover;
  object-position: top;
}
#footer {
  position: relative !important;
}
#footerDummy {
  display: none !important;
  height: 0 !important;
}

@media screen and (max-width: 768px) {
  .centeredContent.customPageCenteredContent.font1 {
  }

  .customPageImage {
    width: 100%;
  }

  .customPageSubtitle {
    width: 84%;
    margin-left: 8%;
    margin-top: 30px;
  }

  .customPageText {
    width: 84%;
    margin-left: 8%;
  }

  .customPageSubtitle p {
    text-align: left !important;
    font-size: 22px;
  }

  .customPageText p {
    text-align: left !important;
  }

  .mapTitle {
    margin-top: 30px;
    font-size: 22px;
    text-align: left;
    width: 84%;
  }

  .mapText {
    text-align: left;
    width: 84%;
  }
  .contactDiv {
    width: 84%;
    margin-left: 8%;
  }

  .mapsPosition {
    width: 84%;
    flex-direction: column;
  }

  #leftMap,
  #rightMap {
    width: calc(100% - 10px);
    margin: 30px 0px;
  }

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