.text-block-2 {
  color: #fff;
  text-align: center;
  background-color: #000;
}

.link {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.text-block {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #142d52;
  padding-top: 10px;
  padding-bottom: 10px;
}

.section {
  background-image: url('../images/Coming-Soon.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  height: 100vh;
  display: flex;
}

.body {
  background-color: #fff;
}

.image {
  width: 350px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph {
  color: #000;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 20px;
}

.text-span {
  font-size: 28px;
  font-weight: 700;
}

.paragraph-2 {
  color: #415d1e;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

@media screen and (max-width: 991px) {
  .section {
    background-position: 16%;
  }
}

@media screen and (max-width: 479px) {
  .section {
    background-position: 50%;
  }
}


