.highlights-upper-section,
.highlights-products-section,
.highlights-lower-section {
  color: #D9D9D9; }

.highlights-upper-section {
  background: linear-gradient(#0a0a0a, #2C201A); }

.highlights-products-section {
  background: radial-gradient(#2C201A 50%, #0a0a0a 100%); }

.highlights-lower-section {
  background: linear-gradient(#2C201A, #0a0a0a); }

.bg-light-gold {
  background-color: #F5EBDF;
  color: #0a0a0a; }

.bg-starry-highlights {
  background-color: #F5EBDF;
  background-image: url(../img/bg-starry-highlights.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #0a0a0a; }

.text-light-gold {
  color: #F5EBDF; }

.text-medium-gold {
  color: #F8E2B8; }

.text-white {
  color: #fefefe; }

.highlights-full-service {
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .highlights-full-service::before {
    content: "";
    position: absolute;
    left: 100%;
    right: -50%;
    top: 0;
    bottom: 0;
    z-index: 0;
    background-color: #00a852;
    transform: skew(-20deg); }
    @media print, screen and (min-width: 40em) {
      .highlights-full-service::before {
        left: 80%; } }
    @media print, screen and (min-width: 64em) {
      .highlights-full-service::before {
        left: 50%; } }
