#contact {
  margin-inline: auto;
  max-width: 768px;
}
#contact .title {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background: #ff699c;
  padding: 15px;
  margin-bottom: 50px;
}
#contact table {
  margin-inline: auto;
  width: 98%;
  max-width: 600px;
}
#contact th,
#contact td {
  padding: 10px;
}
@media (max-width: 600px) {
  #contact th,
  #contact td {
    display: block;
  }
}
#contact th {
  background: #ff699c;
  color: #fff;
  font-weight: bold;
}
#contact th a {
  color: #fff;
  font-size: 14px;
}
#contact td label {
  font-size: 14px;
}
#contact input[type=text] {
  border: 1px solid #ccc;
  border-radius: 5px;
  display: block;
  font-size: 16px;
  padding: 5px;
  width: 100%;
}
#contact textarea {
  border: 1px solid #ccc;
  border-radius: 5px;
  display: block;
  font-size: 16px;
  padding: 5px;
  width: 100%;
}
#contact .submit button {
  background: #059dff;
  border: none;
  border-radius: 15px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-inline: auto;
  margin-top: 15px;
  padding: 10px;
  width: 98%;
  max-width: 300px;
}
#contact p[align=center] {
  display: none;
}
#contact p:last-child {
  display: none;
}