.static-page {
  margin-top: 90px;
  text-align: justify;
}
@media (max-width: 1200px) {
  .static-page {
    margin-top: 15px;
  }
}
.static-page .content {
  margin-top: 0;
}
.static-page .row-content {
  margin: 0;
  padding: 0;
}
.static-page strong {
  color: #046464;
}
.static-page a {
  color: #0c8888;
}
.static-page h1 {
  font-size: 30px;
  color: #0c8888;
  font-weight: 800;
  margin-bottom: 0;
  text-align: center;
}
.static-page h2 {
  font-size: 20px;
  font-weight: 600;
  margin: 50px 0 10px 0;
  color: #0c8888;
}
.static-page h3 {
  color: #0c8888;
  font-weight: 800;
}
.static-page img {
  width: 25%;
}
.static-page #contact-form {
  margin-top: 30px;
}
.static-page #contact-form .form-label {
  font-weight: 800;
  text-align: right;
}
@media (max-width: 768px) {
  .static-page #contact-form .form-label {
    text-align: left;
  }
}
.static-page #contact-form .form-group {
  margin-bottom: 1em;
}
.static-page #contact-form input,
.static-page #contact-form select,
.static-page #contact-form textarea {
  background: rgba(12,136,136,0.18);
  height: 36px;
  font-size: 16px;
  color: #046464;
  border: none;
}
.static-page .table-container {
  max-width: 100%;
  overflow-x: scroll;
}
.static-page table {
  text-align: left;
}
.static-page dl,
.static-page ol,
.static-page ul {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 2rem;
}
.static-page dl li,
.static-page ol li,
.static-page ul li {
  list-style: disc;
}
