.news-section {
    background: #ffffff;
}
.news-line{
    width: 10%;
    height: 3px;
    border-left: 40px solid #A0C486;
    background: #0D383B ;
    margin: 20px 0;
}
.news-section .section-title p {
    margin-bottom: 0;
    text-align: left;
    font-size: 36px;
    letter-spacing: 0px;
    color: #0D383B;
}
.news-style-6 {
    padding: 0px 0 70px;
    background: #ffffff;
}

.news-style-6 .single-team {
    text-align: left;
    margin-bottom: 5rem;
    transition: all 0.3s ease-out 0s;
}

.news-style-6 .single-team:hover  img{
    filter: brightness(0.8);
}

.news-style-6 .single-team .image {
    width: 100%;
    height: 208px;
    overflow: hidden;
    margin: auto;
    border-radius: 30px 0px 0px 0px;
}

.news-style-6 .single-team .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-style-6 .single-team .info {
    background: #FBFFF8 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #0000001A;
    opacity: 1;
    border-radius: 0px 0px 30px 0px;
    padding: 30px 20px 30px;
    transition: all 0.3s ease-out 0s;
    height: 200px;
    border-bottom: 5px solid transparent;
}

.news-style-6 .single-team .info h6 {
    font-weight: normal;
    margin-bottom: 10px;
    font-family: "ubuntu", sans-serif;
    color: #A0C486;
}

.news-style-6 .single-team .info p:nth-of-type(1) {
    /*margin-bottom: 20px;*/
    font-size: 18px;
    height: 80px;
    overflow: hidden;
}
.news-style-6 .single-team .info p:nth-of-type(2) {
    color: #0D383B;
    font-size: 16px;
    text-align: right;
    margin-bottom: 0;
}
.news-style-6 .single-team .info p:nth-of-type(2) img{
    width: 1.5rem;
    margin-left: .5rem;
}
.news-style-6 .section-title p {
    margin-bottom: 0;
    text-align: left;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #0D383B;
    font-family: "UbuntuM", sans-serif;
}
.news-style-6 .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background: #87BC60 0% 0% no-repeat padding-box;
    color:#ffffff;
    border: 1px solid #87BC60;
}
.news-style-6 .nav-pills .nav-link:hover, .nav-pills .show>.nav-link{
    background: #87BC60 0% 0% no-repeat padding-box;
    color:#ffffff;
    border: 1px solid #87BC60;
}
.news-style-6 .nav-pills .nav-link{
    border-radius: 23px;
    border: 1px solid #0C354C;
    color: #174041;
    margin-left: 1rem;
    margin-top: 2.5rem;
    transition: 1s ease;
    padding: 0.65rem 1.3rem;


}
.news-style-6 .section-title{
    padding-bottom: 2rem;
}
.news-style-6  .active>.page-link, .page-link.active{
    background: #0D383B 0% 0% no-repeat padding-box;
    color: #ffffff;
}
.pagination{
    --bs-pagination-border-radius: 100%;
}
.news-style-6 .page-link{
    background: #ffffff 0% 0% no-repeat padding-box;
    color: #254053;
    border-radius: 100% !important;
    border: none;
    margin:0 .5rem;
    font-size: 20px;
    padding: .375rem 0.9rem;
    /*padding: 10px;*/
}
.nav{
    justify-content: flex-end;
}
@media (max-width: 820px)  {
    .news-style-6 .section-title p{font-size: 30px;}
}
@media (max-width: 577px)  {
    .news-style-6 .single-team{margin-bottom: 1.5rem;}
    .news-style-6{
        padding: 0;
    }
    .nav{
        flex-direction: row;
    }
    .news-style-6 .nav-pills .nav-link {
        margin-top: 0;
        padding: .5rem;
        margin-bottom: 1rem;
    }
    .section-title{
        padding-bottom: 1rem;
    }
    .news-style-6 .nav-pills .nav-link{font-size: 14px;}
    .pageinfo{padding-top: 3rem;padding-bottom: 3rem;}
}