.banner-section .dnd-section > .row-fluid {
  padding: 0;
  width: 100% !important;
}
.banner-content.page-center {
  overflow: hidden;
}
.banner {
  position: relative;
  min-height: 400px;
}
.banner .hs-banner-image {
  min-height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  left: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 55.6%;
}
.banner .hs-banner-content h2 {
  margin-bottom: 30px;
}
.banner .hs-banner-content h1 .highlight-banner-text {
  border-bottom: solid 7px #ef3f4d;
}
.banner .hs-banner-content h3{
  font-family: Foundry Monoline Regular,sans-serif;
  font-weight: normal;
  font-size:24px;
  line-height: 1.417;
}
/* .banner .hs-banner-content p {
font-size: 24px;
} */
.banner .hs-banner-content p {
  font-size: 18px;
}

.banner .hs-banner-content {
  padding-top: 5%;
  padding-bottom: 5%;
}
/* .banner .hs-banner-image:before {
  content: "";
  background: url(https://f.hubspotusercontent20.net/hubfs/9163974/Exus_May_2021/Images/banner_border.png);
  height: 100%;
  display: block;
  position: absolute;
  bottom: -55px;
  right: 0;
  z-index: 1111;
  width: 415px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
} */
.banner .hs-banner-image:before {
    content: "";
    background: #EF3F4D;
    height: 20px;
    display: block;
    position: absolute;
    bottom: -20px;
    right: 0;
    z-index: 1111;
    width: 70%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
}
.banner .hs-banner-content h3 {
  padding-bottom: 20px;
}
.banner.without-image .cm-row {
  display: block;
}
.banner.without-image .cm-col-5 {
  width: 100%;
  max-width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
.banner.without-image .hs-banner-image:before {
  top: -40px;
  bottom: auto;
}

@media (min-width:992px) {
  .banner .hs-banner-content {
    padding-right: 5%;
  }
}
/* @media (max-width:991px) and (min-width:768px) {
  .banner .hs-banner-image:before {
    width: 300px;
    /* bottom: -40px; 
  }
} */

@media (max-width:991px) {
  .banner {
    min-height: initial;
  }
  .banner .hs-banner-image {
    min-height: auto;
    height: 57vw;
  }
  .banner .hs-banner-image {
    position: relative;
    width: 100%;
    max-width:100%;
    flex: 0 0 100%;
  }
  .banner .hs-banner-content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    max-width: 90%;
    display: block;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 0;
    width: 100%;
    flex: 0 0 100%;
  }
  .banner .hs-banner-image:before {
    width: 64%;
    /* bottom: -15%; */
  }
  .banner .page-center {
    width: 100%;
  }
  .banner.without-image .hs-banner-image {
    display: none !important;
  }
  .banner .btn-red a {
    display: block;
    width: 100%;
  }
}


