/* =========================================================
   HERO
   ========================================================= */

.hero-elegant{
  background:#f7f9fc;
  padding:30px 20px;
  border-radius:28px;
  box-shadow:0 12px 30px rgba(0,0,0,0.06);
  max-width:1100px;
  margin:20px auto;
}

/* =========================================================
   SEPARATOR
   ========================================================= */

hr.wp-block-separator{
  border:none !important;
  height:8px !important;
  opacity:1 !important;

  background:linear-gradient(
    to bottom,
    #f80909 0 33.333%,
    #ffffff 33.333% 66.666%,
    #0057B7 66.666% 100%
  ) !important;

  width:90% !important;
  margin:28px auto !important;
}