/* ============================================================
   ABOUT PAGE
   ============================================================ */

.page-hero.page-hero-about{
  border-bottom: none;
  background:
    radial-gradient(900px 520px at 30% 0%, rgba(60,170,255,0.12) 0%, rgba(5,11,20,0) 60%),
    linear-gradient(180deg, rgba(5,11,20,0.35) 0%, rgba(5,11,20,0.80) 70%, rgba(5,11,20,0.98) 100%),
    url("../../assets/images/hero/rwadvanced-hero.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 48%;
}
