.news-page.banner{
      margin-top: -30px;
    padding-top: 30px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.news-page.banner:before{
    width: 100vw;
  height: 5000px;
  display:block;
  z-index: 2;
  content:"";
  background: linear-gradient(0deg, #1B1C1D 0%, #1B1C1D 100%);
      margin-top: -50px;
    z-index: 2;
    opacity: 0.8;
position: absolute;
}

.news-page.banner {
    position: relative;
    width: 100%;
  }
  
  
  .news-page.banner .banner-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding-bottom: 28px;
    padding-top: 215px;
  }
  
  .news-page .banner-text {

    width: 100%;
   text-align: center;
    ; 
  }
  

  .news-page .heading {
    color:white;
    font-weight: 100;
    ;
   text-align: center;
  }
  .news-page .subheading {
    color: white;
    font-weight: 200;
    ;
    ;
  }

.news-page.banner .subheading b {
    font-weight: 700;
}

.featured-post .content-section {
  text-align: LEFT;
    padding-top: 65px;
    padding-right: 48px;
    padding-bottom: 65px;
    padding-left: 48px;
    margin-bottom: 0px;
    background-color: #ffffff;
  padding-right: calc(25% + 62px) !important;
  
  width: 70%;
/*         min-height: 502px; */
        border-radius: 30px 0;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  display: flex;
    flex-direction: column;
    justify-content: center;
  }    
  

  .featured-post.content-image.left-block .curve-image-wrapper {
    margin: 28px 0 28px -25% !important;
  }
 

  .featured-post .heading {
   color: #1B1C1D;
    font-weight: 400;
    margin-bottom: 15px;
    text-align: LEFT;
  }
  .featured-post .subheading {
    color: ;
    font-weight: ;
    ;
    ;
  }
  .featured-post .body-text {
    color: #1B1C1D;
    margin-bottom: 10px;
    text-align: LEFT;
    font-weight: 300;
}
  }
  
 .featured-post  .body-text p:last-of-type{
    margin-bottom:0px;
  }
  
 .featured-post  .date{
    margin-bottom:10px;
  }
  
  .featured-post .button {
      background-color: transparent;
    border: 1px solid #1B1C1D;
    color: #1B1C1D;
    font-weight: 250 !important;
    }

  .featured-post.content-image.left-block .curve-image-wrapper {
    margin: 48px 0 48px -25%;
          border-radius: 30px;
}
  .featured-post-row{
    margin-top: 0px !important;
}


@media screen and ( max-width: 796px) {
  
.featured-post.content-image.left-block .curve-image-wrapper {
    margin: 0px 0px -45px 0px !important;
}
  
  .featured-post .content-section{
    padding: 82px 16px 32px 16px !important;
    width: 100% !important;
  }
  .single-article-card {
    width: 100%!important;
  }
  
  .news-page.banner .banner-content{
    padding-top:150px;
  }
}