@media (min-width: 992px)
<style>
.col-md-9 {
    width: 100% !important;
}
@media only screen and (min-width: 768px) and (max-width: 1024px)
{
.btn-all-news {padding:13px 10px !important;}
}