@media (max-width: 768px) {
  .hide-ele {
    display: none;
  }
}

p {
}

label {
  border-width: 4px;
}

