
.button.noBottomMargin {
    margin-bottom: 0em;
}

@media screen and (max-width : 767px){

  .button{
    white-space:normal;
  }

}