.ehc-hero-carousel {
  position: relative;
  width: 100%;
  height: 710px;
  overflow: hidden;
}

.ehc-track {
  display: flex;
  height: 100%;
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);

  will-change: transform;
}

.ehc-slide {
  min-width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 10px;
}

.ehc-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 60px;
  background: linear-gradient(to top, rgba(0, 0, 0, .75), #000000);
  color: #fff;
}

.ehc-overlay h2 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #FFF;
}

.ehc-overlay p {
    margin-bottom:0;
   
}

.ehc-text {
  max-width: 100%;
  font-size: 14px;
  line-height: 1.6;
}

.ehc-controls {
  position: absolute;
  bottom: 60px;
  right: 40px;
  display: flex;
  align-items: center;
  gap: 0;
  margin-right: 40px;
}

.ehc-arrow {
  width: 48px;
  height: 48px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    transition: all 0.25s ease;
    background-color: transparent;
}

.ehc-prev {
  background-image: url('images/arrow-left-white.webp');
  padding: 0;
}

.ehc-next {
  background-image: url('images/arrow-right-white.webp');
  margin-right: 10px;
}

.ehc-next:hover, .ehc-prev:hover, .ehc-next:active, .ehc-prev:active, .ehc-next:focus, .ehc-prev:focus { background-color:transparent; }


.ehc-counter {
  color: #fff;
  font-size: 2vw;
}

.btnai {
  
}


@media (max-width: 768px) {

.ehc-overlay p {
    margin-bottom:0;
    font-size:3.5vw;
}

.ehc-text {
    
  font-size: 11px;
  line-height: 1.6;
  min-height:70px;

}
    
}