.new-recommended-wrapper-articles-new-ui {
    width: 100%;
    margin: 10px auto;
    padding-bottom: 0px;
}

/* .RecommendedNews-wrapper{
margin-bottom: 4rem;
} */

.RecommendedNews-section-title {
  text-align: center;
  font-weight: 700!important;
  margin-bottom: 3rem;
  color: #113356;
}

.article-parent-main-link {
  color: #000;
  text-decoration: none;
}

.RecommendedNews-main-img {
  max-width: 100%;
}

.RecommendedNews_inner_title {
    font-size: calc(.8rem + .55vw);
    margin-bottom: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
}


.RecommendedNews_inner_card {
  margin-bottom: 1.5rem;
  padding: 12px;
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, .2);
  border-radius: 7px;
  text-align: center;
}

.RecommendedNews-main-col-container h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.RecommendedNews-wrapper h3 {
    font-size: 16px;
}

.RecommendedArticles_section_title {
  text-align: center;
  font-weight: 700!important;
  margin-bottom: 1rem;
  color: #113356;
}

.RecommendedNews_main_img {
  max-width: 100%;
  height: 180px;
  object-fit: cover;
  aspect-ratio: 2 / 1;
}

.RecommendedArticles_img {
  max-width: 100%;
  height: 180px;
  object-fit: cover;
  aspect-ratio: 2 / 1;
  width: 100%;
}

.RecommendedArticles_heading {
  font-size: 18px;
}
/* 
.RecommendedArticles_heading {
  font-size: calc(.8rem + .55vw);
  margin-top: 1.5rem;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  font-size: 18px;
  -webkit-box-orient: vertical;
  white-space: normal;
} */

.RecommendedArticles_heading {
  /* font-size: calc(.8rem + .55vw); */
  margin-top: 1.5rem;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  font-size: 16px;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.RecommendedNews_card_title {
  font-size: calc(.8rem + .55vw);
  text-align: left;
  text-overflow: ellipsis;
  /* overflow: hidden; */
  display: -webkit-box !important;
  line-clamp: 5;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  white-space: normal;
}

@media screen and (max-width: 768px) {
  .RecommendedNews-main-col-container h3 {
    margin-bottom: 1.5em;
  }

  .RecommendedArticles_section_title {
    font-size: 22px!important;
  }

  .RecommendedNews-section-title {
    text-align: center;
    font-weight: 700 !important;
    margin-bottom: 1rem!important;
    font-size: 22px!important;
  }

  .RecommendedArticles_heading {
    margin-bottom: 1.5rem;
  }

  .RecommendedArticles_heading {
    font-size: 14px !important;
  }

  .RecommendedNews-wrapper h3 {
    font-size: 14px !important;
  }

  .RecommendedNews-wrapper h3 {
    font-size: 14px !important;
  }

  .image_new_col_featured_article {
    height: 159px;
  width: 100%!important;
  max-width: 100%;
  object-fit: cover;
  object-position: top;
  aspect-ratio: 3 / 1;
  }
}


@media screen and (min-width: 768px) {
.RecommendedArticles_wrapper{
    padding-top: 50px;
}

.new-recommended-wrapper-articles-new-ui {
    width: 100%;
    margin: 10px auto;
    padding-bottom: 40px;
}
}