.lbanner-pp .layout {
    padding: 6% 0 !important;
}

.lbanner-box {
    display: none !important;
}


.lbanner-pp .layout {
    padding: 6% 0 !important;
}

.lbanner-box {
    display: none !important;
}

.innerNews_main {
    margin-top: 3%;
}

.innerNews_main .layout {
    padding: 0 100px;
}

.innerNews_main .news_data {
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 18px;
    color: #999999;
    line-height: 43px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.innerNews_main .news_title {
    font-family: 'Roboto-Bold';
    font-weight: normal;
    font-size: 30px;
    color: #082643;
    line-height: 31px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 30px 0;
}

.innerNews_main .details_wrap {
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 50px;
}

.innerNews_main .details_wrap p {
    margin-bottom: 30px;
}

.innerNews_main .details_wrap p:last-child {
    margin-bottom: 0;
}

.innerNews_main .details_wrap .details_box {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.innerNews_main .details_wrap .details_left {
    width: 48%;
}

.innerNews_main .details_wrap .details_right {
    width: 48%;
    position: relative;
    height: 464px;
    overflow: hidden;
    border-radius: 30px;
    -webkit-transition: all .5s ease-out 0ms;
    -moz-transition: all .5s ease-out 0ms;
    -o-transition: all .5s ease-out 0ms;
    transition: all .5s ease-out 0ms;
}

.innerNews_main .details_wrap .details_right img {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    left: 0;
    top: 0;
    object-fit: cover;
}

.innerNews_main .details_wrap .details_right:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.share_this {
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 43px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
    margin-top: 40px;
}

@media only screen and (max-width: 1400px) {
    .innerNews_main .layout {
        padding: 0 50px;
    }
}

@media only screen and (max-width: 950px) {
    .innerNews_main .layout {
        padding: 0;
    }

    .innerNews_main .details_wrap .details_box {
        flex-direction: column;
    }
    .innerNews_main .details_wrap .details_left{
        width: 100%;
        margin-bottom: 30px;
    }
    .innerNews_main .details_wrap .details_right{
        width: 100%;
        height: 0;
        padding-bottom: 59%;
    }
    .innerNews_main .details_wrap{
        margin-bottom: 0;
    }
}