.company-info {
  max-width: 800px;
  margin: 8rem auto;
  padding: 1rem;
  font-family: 'Segoe UI', sans-serif;
}

.company-info-title {
  margin-bottom: 1.2rem;
}

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

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

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

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

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