	.bp-category-title {
    display: none;
}
.page-header {
  padding: 100px 0;
  background: linear-gradient(180deg, rgba(45, 75, 18, 0.05) 0%, rgba(45, 75, 18, 0.1) 100%);
}

.page-header-box h1 {
  font-size: 54px;
  font-weight: 700;
  text-align: center;
  color: #87b51e;
  margin-bottom: 20px;
}

.page-header-box h1 span {
  color: #0e384c;
}

.page-header-box ol {
  margin: 0;
  padding: 0;
  justify-content: center;
}

.page-header-box ol li.breadcrumb-item {
  font-size: 16px;
  font-weight: 500;
  color: #0e384c;
  text-transform: capitalize;
}

.page-header-box ol li.breadcrumb-item a {
  color: inherit;
}

.page-header-box ol .breadcrumb-item + .breadcrumb-item::before {
  color: #87b51e;
}
.bp_img_news img{
        border-radius: 30px;
    aspect-ratio: 1 / 0.66;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}
.news_title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5em;
    text-transform: capitalize;
    margin: 20px 0;
    
    min-height: 60px;
    
}
.bp_news_sub p {
    
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news_title  a {
    color: #0E384C;
       display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.bp_news_info {
    display: none;
}
.bp-news-button-action a {
    color: #87b51e;
}
