body{background-color:#ffffff}.NewsDetails_wrapper{background-image:var(--backgroundImage);background-size:contain;background-position:100%;background-repeat:no-repeat;display:flex;flex-direction:column;color:#161616}.current_news_container{display:grid;gap:20px;margin:30px auto;width:80%}.current_news_image{width:100%;height:100%}.current_news_Image_div{width:100%;height:600px}.current_news_text{color:black}.current_news_text p{font-weight:600}@media screen and (max-width:780px){.current_news_container{display:flex;flex-direction:column;gap:20px;margin:30px auto 0;width:90%}}