.blank-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-bottom: 0px;
  padding-bottom: 25px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: linear-gradient(307deg, #70b870, #2fac99);
  font-family: 'Open Sans', sans-serif;
  text-align: justify;
}

.logo {
  margin-top: -400px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0px 10px 10px 0px;
  background-color: transparent;
  font-family: 'Amatic SC';
  color: hsla(0, 0%, 100%, .5);
  font-size: 500%;
  line-height: 60px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
}

.body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.text-block {
  margin-top: -230px;
  padding: 8px 10px;
  background-color: #000;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  font-size: 30px;
  text-align: center;
}

.bold-text {
  box-shadow: 1px 1px 3px 0 #000;
  font-weight: 400;
}

@media (max-width: 991px) {
  .blank-section {
    background-position: 0px 50%;
  }
}

@media (max-width: 767px) {
  .blank-section {
    background-position: 0% 100%;
  }
}

@media (max-width: 479px) {
  .blank-section {
    margin-bottom: 0px;
    padding-bottom: 25px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-position: 100% 100%;
    background-size: cover;
  }
  .logo {
    font-size: 300%;
    line-height: 40px;
  }
  .text-block {
    padding: 5px;
  }
}

