.hero-banner-site-module{
  
}

.img-hero {
  margin-bottom: 20px;
}

.hero-banner-site-module .hero-banner-site-module__item{
  background-position: top center;
  background-repeat:no-repeat;
}

.hero-banner-site-module .hero-banner-site-module__item_wrapper{
  display: flex;
  min-height:600px;
  max-height: 749px;
  align-items: center;
}
.hero-banner-site-module .hero-banner-site-module__content{
  margin-bottom:30px;
  width: 92%;
}

.hero-banner-site-module .hero-banner-site-module__content,
.hero-banner-site-module .hero-banner-site-module__content p{
  font-size: var(--h5-size);
  font-style: normal;
  font-weight: 600;
  line-height: 35.2px;
}

.hero-banner-site-module .hero-banner-site-module__content p,
.hero-banner-site-module .hero-banner-site-module__content ul{
  max-width: 445px;
}

.hero-banner-site-module .hero-banner-site-module__content h1{
  color: var(--white);
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 66px;
  margin-bottom:30px;
}

.hero-banner-site-module .hero-banner-site-module__content h1 b,
.hero-banner-site-module .hero-banner-site-module__content h1 strong{
  background-color:var(--primary-color);
  border-radius: 5px;
  padding:3px 24px;
  font-weight: 600;
  display: inline;
  margin-bottom:8px;
}

.hero-banner-site-module .hero-banner-site-module__content h1 b:last-child,
.hero-banner-site-module .hero-banner-site-module__content h1 strong:last-child{
  margin-bottom:0px;
}

.hero-banner-site-module .hero-banner-site-module__cta{

}

/* SLICK ARROWS */
.hero-banner-site-module .slick-prev{
  left: 5%;
}

.hero-banner-site-module .slick-next,
.hero-banner-site-module .slick-prev{
  z-index:1;
  width:16px;
  height:30px;
}

.hero-banner-site-module .slick-next{
  right: 5%;
}

.hero-banner-site-module .slick-next:before,
.hero-banner-site-module .slick-prev:before{
  width:16px;
  height:30px;
  content:'';
  background-repeat: no-repeat;
  background-position: center;
  opacity:1;
  display: inline-block;
}

.hero-banner-site-module .slick-dots{
  bottom: 25px;
}

.hero-banner-site-module .slick-dots li button:before{
  color: var(--white);
  font-size:13px;
}

.hero-banner-site-module .slick-dotted.slick-slider{
  margin-bottom: 0px;
}


@media(max-width: 500px){

  .hero-banner-site-module .hero-banner-site-module__content h1{
    font-size: 32px;
    line-height: 56.4px;
  }

  .hero-banner-site-module .hero-banner-site-module__content,
  .hero-banner-site-module .hero-banner-site-module__content p{
    font-size: 18px;
  }

  .hero-banner-site-module .hero-banner-site-module__content{
    margin: 0 auto;
    width: 92%;
  }

  .hero-banner-site-module .hero-banner-site-module__cta{
    text-align: center;
  }
}

@media (max-width:768px) {

  .hero-banner-site-module .container-fluid{
    padding-left: 0px;
    padding-right: 0px;
  }

  .hero-banner-site-module .hero-banner-site-module__content h1 {
  background-color:var(--primary-color);
  border-radius: 5px;
  padding:3px 14px;
  font-weight: 600;
  display:block;
  margin-bottom:8px;
}

.hero-banner-site-module .hero-banner-site-module__content h1 b, 
.hero-banner-site-module .hero-banner-site-module__content h1 strong {

  text-decoration: none;
  background-color: transparent;
  padding:0px;
/*   display:block; */

}

/* br{
  display: none;
} */