.t847 .t-section__topwrapper {
    margin-bottom: 0px;
}
#rec561834036 {
        width: 100%;
        position: fixed;
        top: 0;
        z-index: 9997;
}
#rec562628326,#rec562630653,#rec562639374 {
        width: 100%;
        position: fixed;
        bottom: 0;
        z-index: 9997;
}
body > div:nth-child(1) > div > div.b24-widget-button-wrapper.b24-widget-button-position-bottom-right.b24-widget-button-visible {
    bottom:100px !important;
}

.news_posts{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    margin-left: 20px;
    margin-right: 20px;
}
.news_contaner{
    border-radius: 40px;
    height: 300px;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}
.news_text{
    font-family: 'Montserrat',Arial,sans-serif;
    color:#fff;
    font-size:20px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    padding:20px;
    padding-bottom:40px;
}
.news_img_brightness{
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
    position: absolute;
    transition: 0.5s;
}
.news_img_brightness:hover {
    background: rgba(0, 0, 0, 0.1);
}
.detail_news_container_text{
    width: 50%;
}
.detail_news_title{
    font-family: 'Montserrat',Arial,sans-serif;
    font-size: 24px;
    margin-bottom: 30px;
}
.detail_news_text{
    white-space:pre-line;
    font-family: 'Montserrat',Arial,sans-serif;
    font-size: 18px;
}
.detail_news_container{
    display: flex;
    justify-content: space-between;
}
.news_gallery{
    width: 45%;
    border-radius:10px;
    height: fit-content;
    overflow: scroll;
    display: flex;
    background:#f2f2f2;
}
.news_gallery div{
    width: 100%;
    margin: auto 0;
}
.news_gallery::-webkit-scrollbar {
    display: none;
}
.news_gallery div img{
    width:100%;
}
.center_img{
    margin:0 auto!important;
}
.mobile_width{
    width: 320px!important;
}
.swiper-pagination-bullet{
    background: #fff!important;
    opacity:0.5!important;
}
.swiper-pagination-bullet-active{
    background: #fff!important;
    opacity:1!important;
}
@media(max-width:900px){
    .news_posts{
        grid-template-columns: 1fr;
    }
    .detail_news_container{
        display:block;
    }
    .news_gallery{
        width:100%;
        margin-bottom: 20px;
    }
    .detail_news_container_text{
        width:100%;
    }
    .news_contaner{
        width:100%;
    }
}
@media(max-width:450px){
    .news_gallery div{
        width:250px;
    }
}