.featured-image {
    padding: 60px 20px;
    color: #fff;
}
.featured-image.green-overlay:before {
    content: "";
    background: linear-gradient(to bottom, #7DC456, #19B786);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .92;
    /*z-index: 0;*/
}

.featured-image p {
    position: relative;
    margin-bottom: 10px;
}

.featured-image .post-anchor {
    display: block;
    color: #fff;
    font-size: 19px;
    margin-bottom: 10px;
    min-height: 63px;
}

.featured-image svg, 
.featured-image svg image {
    width: 26.58px;
    height: 22.52px;
    margin-right: 10px;
    display: block;
    margin-bottom: 10px;
}

.featured-image .post-title {
    display: inline-block;
}

.industry-row .circle {
    background: linear-gradient(to bottom, #7DC456, #19B786);
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    padding: 14.5px;
    width: 70px;
    height: 70px;
    line-height: 61px;
}
.industry-row svg,
.industry-row svg image {
    width: 41.31px;
    height: 35px;
}

.industry-row .two-image-wrapper img:nth-of-type(2),
.industry-row .two-image-wrapper div:nth-of-type(2) {
    right: 0;
    bottom: 0;
    z-index: 2;
}

.top-content{
    margin-top: 47px;
}

.top-content h3{
    float: left;
}

.top-content .learn-more{
    float: right;
}

.pagination-slider {
    margin-bottom: 130px;
}

.pagination-slider .slick-slide {
margin: 0 27px;
}

.pagination-slider .slick-list {
margin: 0 -27px;
}

.pagination-slider .article-item .entry-content {
    position: relative;
    background: transparent;
    color: #000;
    margin-top: 15px;
}

.pagination-slider .article-item .title {
    color: #000;
}

.slick-arrow {
    top:  30%;
}

.prev-arrow.slick-arrow {
    left: -39px;
}

.next-arrow.slick-arrow {
    right: -39px;
}

@media (min-width: 992px){
    .featured-image{
        padding: 60px;
        color: #fff;
    }
    .featured-image svg,
    .featured-image svg image {
        width: 26.58px;
        height: 22.52px;
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 0;
    }
    .featured-image .post-anchor {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        color: #fff;
        font-size: 19px;
        margin-bottom: 10px;
        height: auto;
    }
}

@media (max-width:767px){
  .match {
      min-height: auto !important;
  }
}