/**
 * Hair Secret Screen
 */ 

.hair-secret {
  padding: 3rem 5rem;
}
.hair-secret__title {
  font-size: 2.5rem;
  text-align: center;
  line-height: 110%;
  margin: 0;
  font-weight: 400;
}
.hair-secret__citation {
  font-weight: 700;
  text-align: center;
  font-size: 1.33rem;
  font-style: italic; 
}
.hair-secret__citation-author {
  display: block;
  text-align: right;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal; 
}
.hair-secret__image {

}
.hair-secret__text {
  font-size: 1.75rem;
  text-align: center;
  line-height: 125%;
  margin: 1rem 0 0;
  font-weight: 700;
  letter-spacing: 1px; 
  text-transform: uppercase;
}
.hair-secret__next-button {
  position: absolute;
  bottom: 1.5rem;
  right: 0.5rem;
}