.news_footer ul,
    .news_footer li{
        padding: 0;
        margin: 0;
    }
    .news_footer {
    background: #6b0f0fd9;
display: grid;
    grid-template-columns: 1fr 1fr 1fr 1.4fr;
    grid-gap: 30px;
    padding: 35px 10px 10px 10px;
    color: #fff;
    margin: 50px 0 0;
}
.news_footer hr {
    margin: 10px 0;
    border-bottom: 2px solid #fff;
    width: 70%;
}
.news_footer .footer_content ul li {
    /* padding: 4px 0; */
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
    color: #fff;
    padding: 6px 0;
}
.footer_list {
    list-style: none;
}
.news_footer .footer_content ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}
.news_footer .main_links .footer_content  ul li{
    padding: 10px 0;
    
}
.news_footer .footer_content  ul li i{
    font-size: 25px;
}
.news_footer .rising {
    display: grid;
    grid-template-columns: 1fr 12fr;
    grid-gap: 10px;
    /* padding: 6px 0; */
}
.footer_logo img{
    width:50%;
}
.footer_description{
    font-weight: 100;
    font-size: 14px;
    text-align: justify;
}
.news_footer .social_bottons .social-icon {
    margin: 3px;
    box-sizing: border-box;
    
    border-radius: 50%;
    border: 3px solid #fff;
    text-align: center;
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 1px;
    padding: 14px 7px 10px 7px;
    transition: all 0.5s;
    color: #fff;
    font-size: 16px;
}
.news_footer .social_bottons a, .news_footer .social_bottons a:hover, .news_footer .social_bottons a:focus, .news_footer .social_bottons a:active {
    text-decoration: none;
}
.members .footer_content{
    margin: 40px 0;
}
.social_bottons{
    margin: 10px 0 14px 0;
}
.copyright_footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    background: #6b0f0f;
    color: #fff;
    font-size: 16px;
    align-items: center;
    /* font-style: italic; */
    /* text-align: center; */
    padding: 10px 30px;
    
}
.copyright_footer p{
    margin: 0;
    font-size: 16px;
}
.copyright_footer a, .copyright_footer a:hover {
    color: #fff;
    text-align: right;
    padding: 0 20px 0 0;
    font-size: 16px;
}
.footer_address ul li{
    font-size: 15px;
    font-weight: 600;
}
.footer_logo{
    text-align: center;
}
@media only screen and (max-width: 1101px) {
    .news_footer{
       
    grid-template-columns: 1fr 1fr;
    grid-gap: 60px;
    padding: 60px;
    
    }
  }
@media only screen and (max-width: 700px) {
    .news_footer{
       
    grid-gap: 20px;
    padding: 20px;
    
    }
    .copyright_footer {
        grid-template-columns: 1fr;
    }
    .copyright_footer p{
        text-align: center
    }
    .copyright_footer a{
        text-align: center;
    }
  }
@media only screen and (max-width: 538px) {
    .news_footer{
        grid-gap: 50px;
        padding: 40px;
        grid-template-columns: 1fr;
    }
  }