img {
  max-width: 100%;
  height: auto;
  display: block;
}


table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}

th {
  background: #1e3a8a;
  color: white;
  padding: 20px;
  font-size: 22px;
  text-align: center;
}

td {
  border: 1px solid #ccc;
  padding: 14px;
  vertical-align: top;
}

td:first-child {
  width: 25%;
  font-weight: bold;
  background: #f0f4ff;
}

ul {
  margin: 0;
  padding-left: 20px;
  line-height: 1.7;
}

.btn-contact {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 18px;
  background: #1e3a8a;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  transition: 0.2s;
}

.btn-contact:hover {
  background: #162c6b;
}

