.ec-feature {
    display: block;
    background-color: #000000;
    color: #FFFFFF;
}

.ec-feature:hover {
    color: #FFFFFF;
    background-color: #FFB164;
    
}

.ec-feature .ec-feature-header {
    padding: 15px;
    text-align: center;
}

.ec-feature .ec-feature-header .ec-feature-title {
    margin: 0;
    font-size: 1.2rem;
}




.swiper-container:not(.elementor-image-carousel-wrapper) {
    width: 100%;
    /* height: 300px; */
    margin-left: auto;
    margin-right: auto;
  }
  .swiper-slide {
    background-size: cover;
    background-position: center;
  }
  .ec-gallery-top {
    height: 600px;
    width: 100%;
  }
  .ec-gallery-thumbs {
    height: 80px;
    box-sizing: border-box;
    padding: 10px 0;
  }
  .ec-gallery-thumbs .swiper-slide {
    width: 80px;
    height: 100%;
  }

  .ec-gallery-thumbs .swiper-wrapper {
      /* max-width: 1120px; */
      /* display: flex;
      justify-content: center; */
      padding: 0 10px;
      margin: 0 auto;
  }