/**
 * Beauty routine
 */
.screen__content.beauty-routine {
  display: block;
}
.beauty-routine {
  text-align: center;
}
.beauty-routine__wrapper {
  padding-top: 6rem;
}
.beauty-routine__wrapper:first-child {
  margin-top: auto;
}
.beauty-routine__wrapper:last-child {
  margin-bottom: auto;
}
.beauty-routine__subtitle {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: normal;
}
.beauty-routine__title {
  display: block;
  line-height: normal;
  background-color: var(--color-primary--1);
  color: var(--color-white);
  padding: 1rem 1.5rem;
  max-width: 550px;
  font-size: 2rem;
  margin: 0 auto;
  font-weight: 700;
}
.beauty-routine__overline {
  display: inline-block;
  background-color: var(--color-secondary--1);
  color: var(--color-dark);
  padding: 5px;
}
.beauty-routine__next {
  font-size: 3rem;
  max-width: 500px;
  line-height: 100%;
  margin: 0 auto;
  display: block;
  font-weight: 700;
  color: var(--color-secondary--1);
}