.blank-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-right: 0px;
  padding-bottom: 0px;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(338deg, #07ad98, #24f57c);
}

.logo {
  margin-top: -400px;
  font-family: Sacramento, sans-serif;
  color: #e9e9e9;
  font-size: 500%;
  font-weight: 400;
  text-shadow: 0 1px 0 #020202;
}

.div-block {
  width: 150px;
  height: 150px;
  background-color: hsla(0, 0%, 100%, .5);
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.image {
  width: 350px;
}

.image-2 {
  width: 230px;
  clear: none;
}

.text-block {
  display: block;
  clear: none;
  font-family: Sacramento, sans-serif;
  font-size: 30px;
}

.text-block-2 {
  padding: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #373739;
  font-family: 'Roboto Slab', sans-serif;
  color: #dcdce0;
  font-size: 2em;
}

.div-block-2 {
  margin-top: -190px;
  text-align: center;
}

.text-block-3 {
  margin-top: 10px;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 0.8em;
}

@media (max-width: 991px) {
  .blank-section {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .blank-section {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 479px) {
  .blank-section {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .logo {
    font-size: 300%;
  }
}

