#reviews .parallax-bg {
    background: url(../images/design/red-brick-wall.webp);
    background-size: cover;
    background-position: center;
    position: relative;
  }
  
  #reviews .parallax-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); 
    z-index: 1;
  }
  

  #reviews .parallax-bg > * {
    position: relative;
    z-index: 2;
  }


  
  #mailing-list-bar .alert-template .btn-template {
    background: var(--color-3) !important;
  }