.articles-more__new .Blog_content{
    padding: 0px;
}

.articles-more__section{
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.054em;
    text-align: left;
    color: #8A9CAC;
    margin-top: 21px;
    margin-bottom: 15px;
}

.articles-more__new .Blog_text{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;
    letter-spacing: 0em;
    text-align: left;
    text-transform: uppercase;
}

.articles-more__new .Blog_image{
    border-radius: 15px;
    overflow: hidden;
}

.articles-more__new .Main-product_header-new{
	background-color:#045e24;
}

@media (max-width:900px){

    .article-transition{
        flex-wrap: wrap;
    }

    .article-link-wrapper{
        max-width: calc(50% - 10px);
        margin-bottom: 25px;
    }
}

@media (max-width:768px){
    .articles-more__new .Main-product_title{
        background-color:transparent !important;
    }

    .articles-more__new .Main-product_header .Main-product_title span{
        /* padding:0px !important; */
        padding: 0px 10px;
        font-size: 16px;
    }

    .articles-more__new .Main-product_title{
        margin-bottom: 0px;
    }

    .articles-more__new .Main-product_header-new{
        border-radius: 15px !important;
        height: auto;
    }
}