.mod-feature-slider {
  margin-bottom: 40px;
  margin-top: 40px;
}
@media (max-width: 768.98px) {
  .mod-feature-slider {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991.98px) {
  .mod-feature-slider .feature-slider {
    padding: 0 20px;
  }
}
@media (max-width: 543.98px) {
  .mod-feature-slider .feature-slider {
    padding: 0 11px;
  }
}
.mod-feature-slider .feature-slide {
  height: 100%;
  cursor: pointer;
  transition: background-position 0.3s ease-in-out;
}
.mod-feature-slider .feature-slide:hover .feature-slider-text::after {
  right: 10px;
}
.mod-feature-slider .feature-slide-type-a .feature-slider-picture {
  height: 220px;
  overflow-y: hidden;
}
.mod-feature-slider .feature-slide-type-a .feature-slider-picture img {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 100%;
  width: 100%;
}
.mod-feature-slider .feature-slide-type-a .feature-slider-text {
  position: relative;
  background-color: #047156;
  padding: 20px 39px;
  padding-bottom: 39px;
}
@media (max-width: 1199.98px) {
  .mod-feature-slider .feature-slide-type-a .feature-slider-text {
    padding: 20px;
    padding-bottom: 30px;
  }
}
@media (max-width: 768.98px) {
  .mod-feature-slider .feature-slide-type-a .feature-slider-text {
    margin-left: 0;
  }
}
.mod-feature-slider .feature-slide-type-a .feature-slider-text .feature-slider-title {
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
}
.mod-feature-slider .feature-slide-type-a .feature-slider-text .feature-slider-title a {
  color: #fff;
}
@media (max-width: 991.98px) {
  .mod-feature-slider .feature-slide-type-a .feature-slider-text .feature-slider-title {
    font-size: 20px;
  }
}
.mod-feature-slider .feature-slide-type-a .feature-slider-text .feature-slider-subtitle {
  color: #fff;
  max-width: 313px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.mod-feature-slider .feature-slide-type-a .feature-slider-text:after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url("../../../content/dam/itaspa/imgmod-various-info/images/ita_white_arrow.svg") no-repeat center right;
  right: 0;
  position: absolute;
  bottom: 2px;
  transition: right 0.3s ease-in-out;
  bottom: 15px;
  right: 15px;
}
.mod-feature-slider .slick-dots {
  left: 0;
  bottom: -20px;
}
@media (max-width: 991.98px) {
  .mod-feature-slider .slick-dots {
    bottom: -40px;
  }
}
.mod-feature-slider .slick-dots li button:before {
  opacity: 1;
  color: #E5E5E5;
  font-size: 26px;
}
.mod-feature-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #047156;
}
.mod-feature-slider .slick-arrow {
  display: none !important;
}
.mod-feature-slider .slick-track {
  display: -ms-flexbox !important;
  display: flex !important;
}
.mod-feature-slider .slick-slide {
  height: inherit !important;
}
/*# sourceMappingURL=style.css.map */
