body {
  font-family: ibm-plex-sans, sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
}

.bg-img {
  background: no-repeat;
  width: 100%;
  height: auto;
  /* height: calc(100vh - 209px); */
}

.background-footer {
  background: #454545;
  color: #ffffff;
}

p {
  font-size: 18px;
}

a {
  font-size: 18px;
}

.img-hidden {
  display: block;
}

.mobile {
  display: none;
}


.logo {
  z-index: 10000;
  padding-top: 40px;
  padding-left: 40px;
  position: absolute;
}

.text-container {
  font-size: 24px;
  position: absolute;
  margin: calc(53% - 10vw) 0 0;
  background-color: #ffffff;
}

h1 {
  font-size: 24px !important;
  position: absolute;
}

.text-heading {
  margin: 17vh /*calc(50vw - 286px)*/ 0 0;
  padding: 0 40px;
}


.adress {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  padding: 64px 0;
}

.contact {
  grid-column: 2 / 3;
  grid-row: 1 / 3;
  padding: 64px 0;
}


@media screen and (max-width: 905px) {
  .bg-img {
    width: 100%;
    height: auto;
    margin-top: -300px;
  }

  .contact {
    grid-row: 2 / 3;
    grid-column: 1 / 3;
    padding: 16px 0 32px;
  }

  .adress {
    grid-row: 1 / 2;
    grid-column: 1 / 3;
    padding: 32px 0 16px;
  }

  .text-container {
    padding-left: 40px;
    padding-right: 40px;
    margin-top: calc(100vw - 160px);
    background-color: transparent;
    font-size: 18px;
  }

  .text-mobile {
    position: absolute;
    margin: calc(100vw - 180px) 0 0;
    padding: 0 40px;
  }

  .text-heading {
    margin-top: 18vh;
    font-size: 18px !important;
    font-weight: 700;
  }

  .pattern-image {
    height: 50vh;
    width: 100vw;
  }

  .mobile {
    display: block;
  }

  .img-hidden {
    display: none;
  }
}

@media screen and (max-width: 637px) {
  .bg-img {
    margin-top: calc(-10vw + (-50px));
  }

  .text-mobile {
    margin-top: 100vw;
  }

  .text-container {
    margin-top: calc(100vw + 20px);
  }

  .text-heading {
    margin-top: 13vh;
    text-align: -webkit-center;
  }
}
