.internal-banner-section .banner-content-item {
  background-size: cover;
  display: block!important;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 100px 0;
  text-align: center;
  position: relative;
}
.internal-banner-section .banner-content-item .inner-content{
  position: relative;
}
.banner-btn-section a.banner-btn{
  display: inline-block;
  background-color: #018849 !important;
  text-decoration: none;
  border-radius: 5px;
  border:2px solid  #018849;
  font-size: 24px;
  color: #fff;
  padding: 15px 45px 15px 30px;
  position: relative;
  background: url('https://f.hubspotusercontent40.net/hubfs/8870642/Pronokal_theme/Arrow%20(1).png')no-repeat;
  background-position: 95% center;

}
.banner-btn-section a.banner-btn:hover{  
  color: #018849;
  background-color: #FFF !important;  
  transition: all .6s ease-out 0s; 
  background: url('https://f.hubspotusercontent40.net/hubfs/8870642/Pronokal_theme/hover-arrow.png')no-repeat;
  background-position: 95% center;
}
.internal-banner-section .banner-content-item::before{
  position: absolute;
  content: "";
  background: url('https://f.hubspotusercontent40.net/hubfs/8870642/Pronokal_theme/Gradient-1.png');
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
}
.internal-banner-section .banner-content-item h1{
  color: #fff;
}




