.align-hero-content .row_col_wrap_12.col.span_12.dark.left {
    justify-content: center;
}
.hero-sub-heading{
    width: 500px;
}
h1 {
  font-family: rockwell, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 130px; /* default desktop size */
  line-height: 1.1; /* keeps spacing balanced */
}


h2{
    font-family: rockwell, san-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 80px;
  line-height: 1.1;
}
h3{
    font-family: rockwell, san-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 1.2;
}
.home-hero-subhead{
    font-family: rockwell, san-serif;
    font-style: normal;
    font-weight: 900;
  color: white;
    font-size: 70px;
}
.hero-txt {
  text-transform: uppercase;
  color: #1b2c7a; /* dark blue text color */
  line-height: .2;
  font-weight: 900;
    position: relative;
  padding: 60px 0 060px 0;
}

.hero-txt.short-bg{
    padding: 60px 0 60px 0;
}
.hero-txt::before {
  content: "";
  position: absolute;
  top:-50px;
  left: -30px;
 width: 1100px;
  height: 130%;
background-image: url('/wp-content/uploads/2025/09/DPH-Gun-Violence-Yellow-Bursh-Stroke-BG-Long.png');
background-repeat: no-repeat;
background-size: contain;
background-position: center;
z-index: -1;
}
.hero-txt.short-bg::before {
  content: "";
  position: absolute;
  top: -50px;
  left: -35px;
  width: 1000px;
  height: 128%;
background-image: url('/wp-content/uploads/2025/09/DPH-Gun-Violence-Yellow-Bursh-Stroke-BG-Short.png');
background-repeat: no-repeat;
background-size: contain;
background-position: center;
z-index: -1;
}

.right-align-content .vc_column-inner {
    align-items: flex-end;
}
.right-align-content .vc_column-inner {
    display: flex;
    flex-flow: column;
        align-items: flex-end;
}
.center-align-content .vc_column-inner {
    align-items: center;
}
.center-align-content .vc_column-inner .wpb_wrapper{
    max-width: 700px;

}
.img-radius img.skip-lazy {
    border-radius: 60px;
}
.align-hero-content{
    display: flex;
    justify-content: center;
}
/* Large laptops / small desktops */
@media screen and (max-width: 1400px) {
  h1 {
    font-size: 100px;
  }
  .home-hero-subhead{
    font-size: 50px;
}
}

/* Tablets (landscape & portrait) */
@media screen and (max-width: 1024px) {
  h1 {
    font-size: 80px;
  }
   .home-hero-subhead{
    font-size: 40px;
}
}

/* Large mobile (phablets) */
@media screen and (max-width: 768px) {
  h1 {
    font-size: 60px;
  }
   .home-hero-subhead{
    font-size: 30px;
}
}

/* Small mobile */
@media screen and (max-width: 480px) {
  h1 {
    font-size: 40px;
  }
   .home-hero-subhead{
    font-size: 20px;
}
}