.banner-gradient {
  margin: 0px -15px;
}

.col-md-6 {
  flex: 0 0 100%;
    left: 24%;
    max-width: 100%;
}

@media (min-width: 992px)

.hero-banner-v3-base{
  padding: 144px 0 144px;
  position: relative;  
}

.hero-banner-v3-base>.container{
position: relative;
z-index: 1;  
}

.hero-banner-v3-base:after{
  content: "";
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  z-index: 0;
  width: 100%;
  top: 0;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  background-image: url(https://8296877.fs1.hubspotusercontent-na1.net/hubfs/8296877/bg-circle-element.png);  
visibility: hidden;
}

 .hero-banner-v3-base .image-wrap img{
   bottom: 0;
   object-fit: cover;
   position: absolute;
   right: 72%;
   width: 40%;
   max-width: 600px;
   z-index: 1;
  top: 8%;
}

.hero-banner-v3-base .text-col{
display: flex;
  align-items: center;
}
.hero-banner-v3-base .text-wrap h1{
  color: #fff;
  margin-bottom: 18px;
  font-weight: 500;
}

  .hero-banner-v3-base .text-col .btn-blue{
    width: 196px;
  }


.hero-banner-v3-base .text-wrap h1 b{
color: #FD766A;
  font-weight: bold;
  display: block;
  font-weight: 700;
}

.hero-banner-v3-base .text-wrap h1 b{
color: #FD766A;
  font-weight: bold;
  display: block;
  font-weight: 700;
}

.hero-banner-v3-base .text-wrap p.lead{
  color: #fff;
  margin-bottom: 25px;
  font-weight: 400;
}

@media screen and (min-width: 1920px){
  .hero-banner-v3-base .image-wrap img {
    right: 65%;

}

@media screen and (max-width: 1599px){
  .hero-banner-v3-base {
      padding: 100px 0 50px 0;
  }
}

@media screen and (max-width: 1199px){
   .hero-banner{
     padding: 195px 0 145px;
  }
  
  .hero-banner-v3-base .image-wrap img {
    width: 30%;
    top: 10%;
    right: 75%;
  }
  
  .hero-banner .text-wrap h1{
    font-size: 52px;
  }
  
  .hero-banner .text-wrap p.lead{
    font-size: 20px;
    line-height: 33px;
    margin-bottom: 27px;
  }
  
  .hero-banner:after{
      background-image: url(https://8296877.fs1.hubspotusercontent-na1.net/hubfs/8296877/Circle%20element.png);
      bottom: 0;
      width: 64%;
      top: auto;
    background-position: bottom;
    visibility: hidden;
  }
}

@media screen and (max-width: 991px){
  .hero-banner{
    padding: 145px 0 97px;
  }
  
  .hero-banner .text-wrap h1 {
    font-size: 42px;
    line-height: 52px;
  }
  
  .hero-banner .text-wrap p.lead{
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 27px;
  }
  
  .btn-blue{
    font-size: 14px;
  }
}

@media screen and (max-width: 900px){
  .hero-banner:after{
    width: 70%;
  }
  
  .hero-banner .text-wrap p.lead{
        margin-bottom: 24px;
  }
}

@media screen and (max-width: 767px){
  
  .hero-banner:after {
    width: 115%;
  }
  
  .hero-banner .text-col .text-wrap{
    text-align: center;
    margin-bottom: 27px;
  }
  
  .hero-banner-v3-base .banner-row{
    margin-bottom: 70px;
  }
  }

@media screen and (max-width: 575px){
  .hero-banner{
    padding: 100px 0 27px;
  }
  
  .hero-banner-v3-base:after{
    background-position: bottom;
  }
  
  .hero-banner .text-wrap h1{
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 5px;
  }
  
  .hero-banner .text-wrap p.lead{
    margin-bottom: 20px;
  }
  
  .btn-blue{
    width: 164px;
  }
}