.mod-green {
  padding-top: 40px;
}
@media (max-width: 991.98px) {
  .mod-green .container {
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .mod-green .green-slider {
    overflow-x: clip;
    overflow-y: visible;
    padding-left: 26px;
    padding-right: 26px;
  }
}
.mod-green .green-slider .slick-slide {
  height: auto;
}
.mod-green .green-slider .col-lg-4 {
  background: #047156;
}
.mod-green .green-slider .col-lg-4:first-child .green-content:before {
  display: none !important;
}
.mod-green .green-slider .slick-arrow {
  display: none !important;
}
.mod-green .green-slider .slick-list {
  background: #047156;
}
@media (max-width: 991.98px) {
  .mod-green .green-slider .slick-list {
    overflow: visible;
  }
}
@media (max-width: 1199.98px) {
  .mod-green .green-slider .slick-track {
    background: #047156;
  }
}
.mod-green .green-slider .slick-dots {
  left: 0;
  bottom: -40px;
}
.mod-green .green-slider .slick-dots li button:before {
  opacity: 1;
  color: #E5E5E5;
  font-size: 26px;
}
.mod-green .green-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #047156;
}
.mod-green .green-content {
  padding: 29px;
  padding-right: 50px;
  height: 100%;
  position: relative;
}
.mod-green .green-content:before {
  content: "";
  height: 50%;
  width: 1px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
}
@media (max-width: 991.98px) {
  .mod-green .green-content:before {
    bottom: auto;
    top: 0;
    height: 70px;
  }
}
.mod-green .green-content h3 {
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.025em;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .mod-green .green-content h3 {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 360px) {
  .mod-green .green-content h3 {
    font-size: 17px;
    line-height: 21px;
  }
}
.mod-green .green-content p {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.025em;
  color: #fff;
  margin: 0;
}
@media (max-width: 768.98px) {
  .mod-green .green-content p {
    font-size: 14px;
    line-height: 20px;
  }
}
.mod-green .green-content a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
}
.mod-green .green-content.evidence h3 {
  font-size: 20px;
  line-height: 24px;
}
@media (max-width: 991.98px) {
  .mod-green .green-content.evidence h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
.mod-green .green-content:after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url("../../../content/dam/itaspa/imgheader/images/ita_white_arrow.svg") no-repeat center right;
  right: 16px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  bottom: auto;
  transition: right 0.3s ease-in-out;
}
.mod-green .green-content:hover:after {
  right: 9px;
}
@media (max-width: 991.98px) {
  .mod-green .green-content:hover:after {
    right: 9px;
  }
}
.mod-green .col-lg-4:last-child .green-content {
  border: none;
}
