.button-72 {
  align-items: center;
 background-color: #4da6ff;

  border-radius: 999px;
  border: 0;

  box-shadow:
    rgba(0, 0, 0, 0.1) 0 2px 4px,
    rgba(0, 0, 0, 0.08) 0 6px 12px;

  color: #fff;
  cursor: pointer;

  display: inline-flex;
  width: auto;
  white-space: nowrap;

  font-family: Quicksand, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .03em;
  line-height: 1;

  padding: 6px 14px;
  text-align: center;
  text-decoration: none;

  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-72 {
   background-color: #4da6ff;

}





.button-72:hover {
  
  color: #fff;
}

/* Desktop */
@media (min-width: 768px) {
  .button-72 {
    font-size: 15px;
    padding: 7px 16px;
  }
}
