* {
  box-sizing: border-box;
}
.fluid-container {
  width: 100%;
  text-align: center;
}
/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  height: 100vh; /* Should be removed. Only for demonstration */
  line-height: 100vh;
}
.column1 {
  width: 50%;
  height: 100vh; /* Should be removed. Only for demonstration */
  line-height: 100vh;
  text-align: left;
}

.row {
  width: 100%;
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.bemindful {
  width: 100%;
  position: relative;
  z-index: -1;
}

.right {
  margin-top: -600px;
}

.brain {
  width: 100%;
  margin-left: 30px;
}

.data-items {
  position: relative;
  left: 0;
}
.security {
  float: left;
  margin-left: 12.5%;
}

@media (max-width: 767px) {
  .right {
    margin-top: -640px;
  }
  .brain {
    margin-left: 10px;
    width: 100%;
  }
  .data-items {
    width: 120%;
  }
  .logo {
    width: 90% !important;
  }
}

@media (max-height: 831px) {
  .right {
    position: absolute;
    top: 850px;
  }
}
