.table-div {
  width: 1200px;
  color: #394e69;
}
.table-title {
  font-size: 24px;
  font-weight: 700;
}
table {
  width: 100%;
  margin-top: 20px;
}
td {
  color: #394e69;
  text-align: left;
  padding: 10px 20px;
}
td:first-child {
  width: 25%;
}
.info-table tr:nth-child(1) td:nth-child(2),
.service-table tr:nth-child(1) td:nth-child(2) {
  width: 30%;
}
.info-table tr:nth-child(1) td:nth-child(3),
.service-table tr:nth-child(1) td:nth-child(3) {
  width: 15%;
}
@media (max-width: 1300px) {
  .table-div {
    width: 800px;
  }
}
@media (max-width: 819px) {
  .main {
    padding-left: 20px;
    padding-right: 20px;
  }
  .table-div {
    width: 100%;
  }
  td {
    padding: 5px 10px;
  }
  .info-table tr:nth-child(1) td:nth-child(3),
  .service-table tr:nth-child(1) td:nth-child(3) {
    width: 16%;
  }
  .email-td {
    word-break: break-all;
    white-space: normal;
    overflow-wrap: break-word;
  }
}
