.about-info {
  max-width: 800px;
  margin: 8rem auto;
  padding: 1rem;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  font-family: 'Segoe UI', sans-serif;
}

.about-info table {
  width: 100%;
  border-collapse: collapse;
}

.about-info th,
.about-info td {
  text-align: left;
  padding: 12px 10px;
  border-bottom: 1px solid #ddd;
  vertical-align: top;
}

.about-info th {
  width: 25%;
  background-color: #f9f9f9;
  font-weight: 600;
}

.about-info td a {
  color: #000000;
  text-decoration: none;
}

.about-info td a:hover {
  text-decoration: underline;
}
