.BLockPageBottom {
  height: auto;
  display: flex;
  color: black;
  flex-direction: column;
  width: 50%;
  margin: auto;
  padding-top: 40px;
  box-sizing: border-box;
  align-items: center;
}

.BLockPageBottom h1 {
      font-family: 'Spectral' !important;
      font-weight: 300;
      font-size: 26px;
      text-align: left;
      min-width: fit-content;
      /* margin-right: 30px; */
      letter-spacing: 0px;
      margin-bottom: 20px;
}

#emailFooterInputBlockPage {
  position: relative;
  width: calc(100% - 15px);
  padding-left: 15px;
  height: 32px;
  background-color: white;
  color: #58595b;
  text-indent: 10px;
  line-height: 30px;
  border-radius: 2px;
  font-family: "PP Mori";
  font-size: 12px;
  border-bottom: 1px solid #646262;
  float: left;
}

.newsletter_goBlockPage {
  position: absolute;
  top: calc(50% - 6px);
  right: 0;
  color: black;
  font-size: 15px;
  font-family: pp mori;
  letter-spacing: 0;
  font-weight: 600;
}

.socialMediaDiv.blockPage {
  display: flex;
  margin-top: 30px;
  justify-content: center;
}

.BLockPageBottom .newsletterColumn {
  margin-left: unset;
}

@media screen and (max-width: 768px) {
  .BLockPageBottom {
    width: 90%;
    padding-top: 0px;
    /* height: auto; */
    /* max-height: -webkit-fill-available; */
    height: 50dvh;
    display: flex;
    justify-content: center;
  }
  #content {
    /* max-height: -webkit-fill-available; */
}

body {
    max-height: -webkit-fill-available;
}

  .BLockPageBottom h1 {
    font-size: 19px;
    line-height: 22px;
    text-align: center;
  }

  .BLockPageBottom .newsletterColumn {
    width: 100% !important;
    margin-top: 30px;
  }

  .BLockPageBottom .socialMediaLogo,
  .socialMediaLogoHover {
    width: 27px;
    height: 27px;
  }

  .socialMediaDiv.blockPage {
    height: 27px;
  }

  .BLockPageBottom .twDiv,
  .BLockPageBottom .fbDiv,
  .BLockPageBottom .igDiv {
    margin-left: 16px;
  }

  .mobileBanner {
    object-fit: cover;
    /* object-position: top; */
  }
}
