.temp-banner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  margin: auto;
  margin-bottom: 80px;
}

.temp-banner .temp-banner-title {
  opacity: 0.3;
}

.temp-banner .temp-banner-text {
  max-width: 360px !important;
  opacity: 1 !important;
}

.temp-banner-email {
  font-weight: bold;
  color: #2b6266;
}
