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

button.cm__btn.cm__btn--secondary{
   background-color: #FFF !important;
   border-color: #e14a81 !important;
   color: #e14a81 !important;
}

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