.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;
  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 .js-linkdriver {
  height: 28px;
  width: 420px;
  color: #2E2E38;
  font-family: Lato;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 28px;
}
.mod-feature-slider .feature-slide-type-a .feature-slider-text .feature-slider-title a {
  color: #2E2E38;
}
.mod-feature-slider .feature-slide-type-a .feature-slider-text .feature-slider-title a:focus {
  outline: 2px solid #ffff;
}
@media (max-width: 991.98px) {
  .mod-feature-slider .feature-slide-type-a .feature-slider-text .feature-slider-title {
    font-size: 1.2500rem;
  }
}
.mod-feature-slider .feature-slide-type-a .feature-slider-text .feature-slider-subtitle {
  height: 72px;
  width: 420px;
  color: #2E2E38;
  font-family: Lato;
  font-size: 16px;
  letter-spacing: 0;
  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;
    display:none !important;
  }
}
.mod-feature-slider .slick-dots li button:before {
  opacity: 1;
  color: #E5E5E5;
  font-size: 1.625rem;
}
.mod-feature-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #0171CF;
}
.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 */
.newstitle{
  height: 40px;
  width: 660px;
  color: #2E2E38;
  font-family: Lato;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 40px;
}


.newssubtitle{
  height: 56px;
  width: 660px;
  color: #2E2E38;
  font-family: Lato;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom: 44px;
}

.newsbutton{                
    height: auto;
    width: auto;
    color: #0171CF;
    font-family: Lato;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 48px;
    text-align: center;
}
.newsbuttonborder{
  box-sizing: border-box;
  height: 48px;
  width: 216px;
  border: 2px solid #0171CF;
  border-radius: 24px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768.98px) {
  .newstitle{
    width:  90vw !important;
  }
  .newssubtitle{
    width: 90vw !important;
  }
  .mod-feature-slider .feature-slide-type-a .feature-slider-text .feature-slider-subtitle {
     width: 75vw;
     height:auto;
  }
  .mod-feature-slider .slick-slide {
    width: 96vw !important;
  }
}