.section-links-services {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 72px;
}

.section-links-services h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 600;
  color: #000;
}

table {
  border-collapse: collapse;
  width: 60%;
  margin-top: 52px;
}

table td {
  padding: 12px 8px;
  border: none;
  border-bottom: 1px solid #C4C4C4;
}

table td:first-child {
  border-right: 1px solid #C4C4C4;
}

table tr:last-child td {
  border-bottom: none;
}

table a {
  font-size: 18px;
  font-weight: 400;
  color: #1883D8;
  text-decoration: none;
  text-align: left;
}

table a:hover {
  text-decoration: underline;
}

@media (max-width: 1024px) {
  table {
    width: 80%;
  }
}

@media (max-width: 768px) {
  table {
    width: 90%;
    gap: 16px 30px;
  }
}

@media (max-width: 480px) {
  table a {
    font-size: 16px;
  }

  table {
    gap: 16px 20px;
  }
}
