.mod-news {
  padding-top: 40px;
}
@media (max-width: 768.98px) {
  .mod-news .news-slider {
    padding: 0;
  }
}
.mod-news .news-slider .slick-arrow {
  display: none !important;
}
@media (max-width: 768.98px) {
  .mod-news .news-slider .slick-list {
    margin-left: 11px;
  }
}
.mod-news .news-slider .slick-dots {
  left: 0;
  bottom: -40px;
}
.mod-news .news-slider .slick-dots li button:before {
  opacity: 1;
  color: #E5E5E5;
  font-size: 26px;
}
.mod-news .news-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #047156;
}
.mod-news .news-content {
  border-right: 1px solid #808080;
  padding-right: 15px;
  margin-bottom: 40px;
  padding-bottom: 20px;
  position: relative;
}
.mod-news .news-content h3 {
  display: block;
  min-height: 130px;
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 7px;
}
@media (max-width: 768.98px) {
  .mod-news .news-content h3 {
    font-size: 20px;
    line-height: 24px;
    min-height: 94px;
  }
}
@media (max-width: 360px) {
  .mod-news .news-content h3 {
    font-size: 17px;
    line-height: 21px;
  }
}
.mod-news .news-content p {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.025em;
  color: #808080;
  margin: 0;
}
@media (max-width: 768.98px) {
  .mod-news .news-content p {
    font-size: 14px;
    line-height: 20px;
  }
}
.mod-news .news-content a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
}
.mod-news .col-lg-3:last-child .news-content {
  border: none;
}
.mod-news .see-all {
  text-align: right;
}
@media (max-width: 768.98px) {
  .mod-news .see-all {
    margin-top: 30px;
  }
}
.mod-news .see-all a {
  text-align: right;
  display: inline-block;
  margin-bottom: 32px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  letter-spacing: 0.025em;
  color: #047156;
  padding-right: 34px;
  position: relative;
  margin-right: 15px;
}
@media (max-width: 768.98px) {
  .mod-news .see-all a {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 20px;
  }
}
.mod-news .see-all a:after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(../components/content/homepage/content/imgmod-news/images/ita-green-arrow.svg) no-repeat center right;
  right: 0;
  position: absolute;
  bottom: 2px;
  transition: right 0.3s ease-in-out;
  z-index: 0;
}
.mod-news .see-all a:hover:after {
  right: -7px;
}

.mod-news .slick-track {
  display: -ms-flexbox !important;
  display: flex !important;
}

.mod-news .slick-slide {
  height: inherit !important;
}

.mod-news .slick-slide .news-content {
  height: 100%;
}
/*# sourceMappingURL=style.css.map */
