:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.pagewrapper {
  height: 95vh;
  max-width: 1140px;
  background-color: #000;
  background-image: url('../images/FLOPPI_2048x2048_2.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 16px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.div-block {
  height: 300px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  margin-top: 76px;
  line-height: 24px;
  display: flex;
}

.text_big {
  height: auto;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #000;
  letter-spacing: normal;
  flex-flow: row;
  margin-top: 2px;
  margin-bottom: -17px;
  margin-left: 107px;
  padding-top: 120px;
  padding-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 50px;
  line-height: 80px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text_big.under {
  height: auto;
  min-height: auto;
  color: #000;
  padding-top: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 40px;
}

.body {
  line-height: 30px;
}
