.cm__body{
   padding: 15px !important;
}

button.cm__btn[data-role="all"], button.pm__btn[data-role="all"]{
   background-color: #CA972B  !important;
   border-color: #CA972B  !important;
   color: #FFF !important;
}

button.cm__btn[data-role="necessary"], button.pm__btn[data-role="necessary"]{
   background-color: #FFF !important;
   border-color: #FFF !important;
   color: #30363c !important;
}

@media only screen and (max-width: 991px) {
   .cm{
      padding: 20px !important;
   }
   button.cm__btn[data-role="all"]{
      margin-top: 10px !important;
   }
}
