.text-and-form-module-2024.bgc-image.bgc-fixed{
  background-attachment: fixed;
}
.text-and-form-module-2024 .header-rbr{
  min-height: initial;
}
.text-and-form-module-2024.header-shadow h1,
.text-and-form-module-2024.header-shadow h2,
.text-and-form-module-2024.header-shadow h3{
  text-shadow: 0px 4px 24px #101828;
}
.text-and-form-module-2024 .header-content-rbr{
  margin-bottom: 0rem;
}
.text-and-form-module-2024 .text-image-table{
  padding: 44px 60px 60px;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.08);
  border-radius: 15px;
  background: #FFFFFF;
  max-width: 810px;
  margin: 0 20px 0 auto;
}
.text-and-form-module-2024 .text-image-list{
  margin-bottom: 20px;
}
.text-and-form-module-2024 .text-image-list ul{
  width: 50%;
}
.text-and-form-module-2024.custom-columns-width .header-content-rbr,
.text-and-form-module-2024.custom-columns-width .header-image,
.text-and-form-module-2024.custom-columns-width .header-video,
.text-and-form-module-2024.custom-columns-width .header-form{
  flex: initial;
}
.text-and-form-module-2024 .header-content-rbr li:before{
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 8px; /* Also needed for space (tweak if needed) */
  margin-left: -1.1em; /* Also needed for space (tweak if needed) */
  font-size: 24px;
  margin-top: -2px;
  margin-right: 18px;
}
.text-and-form-module-2024 ul{
  padding-left: 30px;
}
.text-and-form-module-2024 ul.additional-list{
  padding-left: 5px;
}
.text-and-form-module-2024 ul>li:before{
  content: none;
}
.text-and-form-module-2024 ul,
.text-and-form-module-2024 ul>li,
.text-and-form-module-2024 ul>li span{
  list-style: none; /* Remove default bullets */
}
@media all and (max-width:768px){
  .text-and-form-module-2024 .header-content-rbr{
    margin-bottom: 3rem;
  }
  .text-and-form-module-2024 .header-content-rbr .body-text,
  .text-and-form-module-2024 .header-content-rbr{
    max-width: 100% !important;
  }
  .text-and-form-module-2024.custom-columns-width .header-content-rbr,
  .text-and-form-module-2024.custom-columns-width .header-image,
  .text-and-form-module-2024.custom-columns-width .header-video.md-w-full,
  .text-and-form-module-2024.custom-columns-width .header-form{ 
    width: 100% !important;
  }
)