.banner_module .title_banner {
  background: #c9304a;
  color: #fff;
  padding-top: 35px;
  padding-bottom: 5px; }

.banner_module .banner-slide {
  overflow: hidden;
  position: relative; }

.banner_module .banner-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2; }

.banner_module .banner-content {
  position: relative;
  z-index: 500;
  padding: 90px 30px 60px 60px;
  max-width: 525px;
  margin-bottom: 30px; }
  .banner_module .banner-content .bg {
    background-color: #fff;
    opacity: 0.7;
    position: absolute;
    width: 100%;
    height: 200%;
    left: 0;
    bottom: 0;
    z-index: -1;
    margin-left: -1px; }
    .banner_module .banner-content .bg:before {
      background-color: #fff;
      content: " ";
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      transform: rotate(15deg);
      transform-origin: bottom right; }

.banner_module .spacer {
  width: 1px;
  padding: 0;
  padding-bottom: 35%;
  max-width: 1px; }

.banner_module .d-flex {
  align-items: flex-start; }

.banner_module.title_banner_vertical .spacer {
  padding-bottom: 33%; }

.banner_module.title_banner_vertical .d-flex {
  align-items: normal; }

.banner_module.title_banner_vertical .banner-content {
  color: #fff !important;
  margin-bottom: 0px;
  padding: 90px 30px 60px 00px;
  max-width: 400px; }
  .banner_module.title_banner_vertical .banner-content .bg {
    background-color: #c9304a;
    opacity: 0.9;
    left: auto;
    right: 0;
    width: 1000%; }
    .banner_module.title_banner_vertical .banner-content .bg:before {
      background-color: #c9304a; }
  .banner_module.title_banner_vertical .banner-content .title_container h2 {
    color: #fff !important; }

.banner_module.title_banner_horizontal .banner-content {
  color: #fff !important;
  margin-bottom: 0px;
  width: 100%;
  max-width: none;
  padding: 30px;
  padding-bottom: 1px; }
  .banner_module.title_banner_horizontal .banner-content .bg {
    background-color: #c9304a;
    opacity: 1;
    margin-left: 0px; }
    .banner_module.title_banner_horizontal .banner-content .bg:before {
      background-color: #c9304a;
      display: none; }
  .banner_module.title_banner_horizontal .banner-content .title_container h2 {
    color: #fff !important;
    max-width: 300px; }
