.profile table th {
  width: 250px;
}
@media (max-width: 767px) {
  .profile table th {
    width: 100%;
  }
}
