main section.news-item-article {
    max-height: unset;
}
.module__listing--featured-date>h5 {
    margin-bottom: 0;
    color: white;
    font: normal normal 40px var(--font-raleway);
    line-height: 25px;
    font-weight: 600;
}
.intro .position-absolute {
    top: 500px;
    left: 40px;
}
.module__listing--featured-date>h5 span {
    color: #ffffff;
    font-weight: 600;
    line-height: 27px !important;
}
.module__listing--featured-date>h5 span {
  color: white;
  font: normal normal 14px var(--font-raleway);
  font-weight: 600;
  line-height: 17px;

}
.module__listing--featured-date {
    max-width: 110px;
    max-height: 118px;
    padding: 0px 8px 16px;
    background-color: black;
}
.news-item-article article {
  padding-left: 15px;
  padding-right: 15px;
}

.news-item-article article .text {
    padding-bottom: 100px;
}
.intro .position-absolute {
    top: 90%;
    left: 1%;
}
.social-sharing {
  max-width: 66.66667%;
  height: 30px;
  margin: auto;
  margin-top: 0;
  margin-bottom: 15px;
  margin-right: 0;
}
.social-sharing h6 {
    color: #3e3e3e;
    font: normal normal 14px / 0px var(--font-nunito-sans);
    font-weight: 400;
    line-height: 34px;
}
.social-sharing a,
.social-sharing a i {
  color: #ffffff;
  font-weight: 600;
  line-height: 30px;
}

.text>div.position-relative {
  max-height: 100px;
}

.article-summary {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    margin: auto;
    margin-top: 40px;
}

.article-summary .title {
  color: #ffffff;
  font: normal normal 20px/1.5 var(--font-raleway);
  font-weight: 600;
  text-transform: uppercase;
  margin: 1rem auto 1.5rem;
}

article .body .content {
  font: normal normal 1rem/30px var(--font-nunito-sans);
}

.news-item-article article .text {
  overflow-y: auto;
}
.module__listing--featured-date>h5 span {
    color: #ffffff;
    font-weight: 600;
    line-height: 27px !important;
}
.news-item-article .social-sharing {
    max-width: 25% !important;
}
@media only screen and (max-width: 1440px) {
    .article-summary p {
        font-size: 16px !important;
    }
    .intro .position-absolute {
        top: 90%;
    }
    .article-summary {
        width: 100%;
        padding-right: 15px;
        margin: auto;
        margin-top: 50px;
    }
}
@media only screen and (max-width: 1024px) {
    .socail-sharing, i#icons {
        margin: 0 !important;
    }
    img.img-fluid.img-article.w-100 {
        max-width: 100%;
        height: 100% !important;
    }
    .social-sharing h6 {
        text-transform: uppercase;
    }
    .intro .position-absolute {
        top: 90%;
    }
  .article-summary .title {
    margin-bottom: 1rem;
  }

  .section__theme .text p {
    line-height: 1.618;
  }

  .section__theme .text p:last-child {
    margin-bottom: 1rem;
  }

  .social-sharing {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
    .news-item.section__theme--light {
        margin-top: 60px !important;
        margin: auto;
    }
    main section.news-item-article {
        margin: auto;
    }
    .news-item-article article {
        padding-left: 15px;
        padding-right: 15px;
        max-height: 100%;
    }
    .intro .position-absolute {
        top: 90% !important;
    }
    .news-item-article .social-sharing {
        margin-bottom: 0;
        margin-top: 0;
        max-width: 60%;
    }
    .intro {
        padding: 0;
    }
  .news-item-article article .text {
    overflow-y: hidden;
  }

    row main section.news-item-article, main section.news-item {
        max-height: unset;
        padding: 0;
    }

  header.jumbotron,
  .page-banner-slider {
    max-height: 260px;
  }

}
@media only screen and (max-width: 576px) {
    .news-item-article .social-sharing {
        margin-bottom: 0;
        margin-top: 0;
        max-width: 100% !important;
    }
    .news-item-article .image.order-first {
        padding-left: 0;
        padding-right: 0;
        max-height: 300px;
    }
    .module__listing--featured-date {
        max-width: 100px;
        max-height: 100%;
        padding: 0 13px 15px;
    }
    .intro .position-absolute {
        top: 0;
        left: 9%;
    }
    img.img-fluid.img-article.w-100 {
        max-width: 100% !important;
    }
}
