.static-banner {
  padding: 15px 20px;
  width: 100%;
  min-height: 300px;
  display: inline-flex;
  position: relative;
}
.static-banner:before {
  background-image: url(/hubfs/2821482/2023%20Rebrand%20Assets/2023%20-%20Rebrand%20Module%20Defaults/Clear-Background-Icons.png);
  opacity: 1;
  position: absolute;
  content: " ";
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-position: bottom left;
  opacity: .5;
}
.static-inner {
  display: inline-flex;
  align-items: center;
}
.static-banner h1, .static-banner p {
  color: white !important;
  font-weight: 600 !important;
}
.banner-title {
  padding: 10px;
  width: 35%;
  padding-right: 50px;
}
.banner-paragraph {
 border-left: 2px solid #fff;
  width: 65%;
  padding: 0px 0px 0px 60px;
}
hr.white_line {
    display: none;
}

@media only screen and (max-width: 990px) {
.static-inner {
  display: block;
}
.static-banner {
  padding: 50px 30px;
  background-image: none;
}
.static-banner h1 {
  text-align: left !important;
  font-size: 24px !important;
  letter-spacing: 10px !important;
  }
.banner-title {
  border-right: 0px;
  padding: 0px;
  width: 100%;
}  
.banner-paragraph {
  padding: inherit;
  display: inline-block;
  width: 100%;
  border-left: none;
}
hr.white_line {
  width: 30%;
  float: left;
  display: inline-block;
  margin-bottom: 25px;
  border-top: 1.5px solid white;
  border-style: solid;
  color: #ffffff00;
  margin-top: 35px;
}