.beauty-101 {
  margin: 0 auto;
  max-width: 1024px;
}

h1.beauty-101--header {
  color: #000;
  font-family: ClarinsRegular,Times New Roman,serif;
  font-size: 60px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1em;
  margin: 0 auto;
  margin-bottom: 25px;
  text-align: center;
}

/*.beauty-101--date {
  color: #8b8b8b;
  font-family: Gotham SSm book A,Gotham SSm book B,Helvetica,Arial,sans-serif;
  font-size: 14px;
  letter-spacing: normal;
  margin: 0 0 20px 0;
  text-align: center;
}*/

.beauty-101--intro {
  color: #000;
  font-family: Gotham SSm book A,Gotham SSm book B,Helvetica,Arial,sans-serif;
  font-size: 16px;
  letter-spacing: normal;
  line-height: 1.5em;
  margin: 0 auto 25px auto;
  max-width: 755px;
  padding: 0 20px;
  text-align: center;
}

.beauty-101--featured-article {
  align-content: center;
  align-items: center;
  background: #eee;
  display: flex;
  flex-direction: row;
  margin: 0 auto 30px auto;
}

@media screen and (max-width: 760px) {
  .beauty-101--featured-article {
    flex-direction: column;
    margin: 0;
  }
}

.beauty-101--featured-article img {
  width: 50%;
}

@media screen and (max-width: 760px) {
  .beauty-101--featured-article img {
    width: 100%;
  }
}

.beauty-101--header__featured-article {
  padding: 20px;
  text-align: center;
  width: 50%;
}

@media screen and (max-width: 760px) {
  .beauty-101--header__featured-article {
    width: 100%;
  }
}

.beauty-101--header__featured-article h2 {
  color: #000;
  font-family: ClarinsRegular,Times New Roman,serif;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1em;
  margin: 0 auto;
  padding: 0 20px 20px 20px;
  text-align: center;
}

.beauty-101--cta__read-more {
  border-bottom: #d4d4d4 1px solid;
  color: #000;
  display: inline-block;
  font-family: Gotham SSm medium A,Gotham SSm medium B,Helvetica,Arial,sans-serif;
  font-size: 11px;
  font-weight: 400;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}

.beauty-101--cta__read-more:hover {
  border-bottom: #be0f34 1px solid;
  color: #be0f34;
}

.beauty-101--related-articles {
  background: #eee;
  margin: 20px auto 30px auto;
  max-width: 1024px;
  padding: 20px 10px 0 10px;
}

@media screen and (max-width: 1024px) {
  .beauty-101--related-articles {
    margin: -5px 0;
  }
}

.beauty-101--related-articles-strip {
  align-content: space-between; 
  display: flex;
  flex-direction: row;
}

@media screen and (max-width: 760px) {
  .beauty-101--related-articles-strip {
    align-content: center;
    align-items: center;
    flex-direction: column;
  }
}

.beauty-101--related-article {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .beauty-101--related-article {
    max-width: 400px;
  }
}

.beauty-101--header__related-article {
  color: #000;
  font-family: ClarinsRegular,Times New Roman,serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1em;
  margin: 3px 0 0 0;
  padding-bottom: 15px;
  text-align: center;
}

.beauty-101--related-articles img {
  width: 100%;
}

.beauty-101--eyebrow {
  color: #be0f34;
  display: block;
  font-family: Gotham SSm medium A,Gotham SSm medium B,Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1em;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.beauty-101--copy__related-article {
  padding: 20px;
}