

/*====3rd===*/
.info-section {
  margin: 30px auto;
  max-width: 1000px;
  padding: 20px;
  background: #f9fafb;
  border-radius: 6px;
}

.info-section h2 {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 600;
}

.info-box {
  overflow-x: auto;
  margin-bottom: 20px;
}

.info-box table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid #e5e7eb;
}

.info-box td {
  padding: 12px 15px;
  border: 1px solid #e5e7eb;
  vertical-align: top;
}

.info-box a {
  color: #0073e6;
  text-decoration: none;
}

.services {
  margin: 10px 0 0 20px;
  padding: 0;
}

.services li {
  margin-bottom: 5px;
  font-size: 16px;
}



