.lbanner_text {
    display: none;
}

.news_main img {
    max-width: 100%;
}


.news_t {
    text-align: center;
    font-family: Roboto-Medium;
    font-weight: 500;
    font-size: 30px;
    color: #111111;
    margin: 30px 0 20px;
}

.news_share2 {
    margin: 25px 0;
    justify-content: center;
}

.news_d {
    text-align: center;
    font-family: Roboto-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 37px;
}

.news_btn {
    margin-top: 50px;
    background: #F2EDE7;
    padding: 50px;
    justify-content: space-between;
}

.news_btn a {
    font-family: Roboto-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #470125;
    display: inline-block;
    margin: 0 15px;
    text-transform: capitalize;
}

.news_btn a:hover{
    text-decoration: underline;
}

.news_btn img{
    width: 24px;
}
@media only screen and (max-width: 950px) {
    .news_t{
        font-size: 20px;
        margin: 20px 0;
    }

    .news_btn{
        padding: 20px;
        margin-top: 30px;
    }

    .news_btn img{
        width: 20px;
    }
}