.button {
  display: block;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  height: 36px;
  width: 296px;
  border-radius: 3px;
  background-color: #FD6960;
  box-shadow: 0 2px 10px 0 rgba(0,0,0,0.16), 0 2px 5px 0 rgba(0,0,0,0.26);
  @media (max-width: 800px) {
    width: 150px;
  }
}
