/* Featured Hero */
.featuredHero {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 3rem;
    position: relative;
    z-index: 0;
    padding: 3rem 0;
  }
  .featuredHero .featured-wrapper h1, .featuredHero .featured-wrapper p{
  color:white;
  }

  .featuredHero .featured-wrapper {
    max-width: 600px;
    padding: 2rem 0;
  }
  .featuredHero::before{
  content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(20,20,47);
    background: linear-gradient(295deg,rgba(20,20,47,.46540623085171573) 0%,rgba(20,20,47,.9107843821122199) 55%);
    top: 0;
    z-index: -1;
  }
 
  
  .featuredHero .btn-wrapper a {
    border: 1px solid white;
    border-radius: 4px;
    padding: .5rem;
    color: white;
  }
  .author-text, .author-text span{
      color:white;
      font-size:.7rem;
  }
  .author-text span {
    padding-right: .5rem;
  }