body {
  font-size: 16px;
}
.hero {
  height: 60vh;
  width: 100%;
  color: whitesmoke;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  position: relative;
}
.slide-container {
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: left;
}
.hero .info {
  width: 100%;
  height: 100%;
  margin: calc(60vh * 0.30) auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hero-heading {
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 1px 1px 12px #3cc3f0;
}
.hero .info p {
  font-size: clamp(1rem, 0.8444rem + 0.3378vw, 1.25rem);
  font-weight: 400;
  text-align: left;
  color: whitesmoke;
}