.div-splash {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

.img-logo {
  display: block;
}

.img-stars {
  margin-top: 21px;
  margin-bottom: 20px;
  display: block;
}

.para-splash {
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.para-splash.green {
  color: #87bd00;
}

.para-splash.coming-soon {
  margin-top: 44px;
  margin-bottom: 48px;
}

.text-link-splash {
  color: #87bd00;
}

.para-ross-on-wye {
  text-align: right;
  margin-top: -9px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .para-splash {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .div-splash {
    height: auto;
    padding: 43px 20px 59px;
  }
}

@media screen and (max-width: 479px) {
  .div-splash {
    height: 100vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .para-ross-on-wye {
    font-size: 12.5px;
  }
}


