.lbanner-pp .lbanner-btn {
    display: none !important;
}

.recommended_product {
    margin-bottom: 5%;
}

.innerNews_main {
    margin-top: 5%;
}

.innerNews_main .news_details .news_title {
    font-family: 'TimesNewRoman-Bold';
    font-weight: bold;
    font-size: 48px;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: uppercase;
}

.innerNews_main .news_details .news_title span {
    color: var(--conmmonColor);
}

.innerNews_main .news_details .news_box {
    justify-content: flex-start;
    align-items: center;
}

.innerNews_main .news_details .news_box .details_date {
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-right: 30px;
}

.innerNews_main .share-this {
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
    margin: 20px 0;
}

.innerNews_main .share-this img {
    max-width: 240px;
}

.innerNews_main .news_details .details_img {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 60%;
    margin: 20px 0;
}

.innerNews_main .news_details .details_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.innerNews_main .news_details .details_wrap {
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

@media only screen and (max-width: 950px) {

    .innerNews_main .news_details .news_title {
        font-size: 40px;
        line-height: 1.5;
    }

}

@media only screen and (max-width: 768px) {

    .innerNews_main .news_details .news_title {
        font-size: 35px;
        line-height: 1.5;
    }

}

@media only screen and (max-width: 480px) {

    .innerNews_main .news_details .news_title {
        font-size: 30px;
        line-height: 1.5;
    }

}