.container-with-bg {
  padding: 30px 0;
  margin: 30px 0;
  background: #f9f9f9;
}

.form .form-control {
  background: #fff !important;
}
.form .title {
  margin: 0 0 20px;
}
.form .form-comment {
  margin: 0 0 20px;
  color: #434343;
}
.form .confirm-container {
  margin: 0 0 30px;
}
.form.loading button[type=submit] {
  color: transparent !important;
  background: #ddd url("/static/spinner.svg") no-repeat center/40% !important;
  border: 1px solid #ddd !important;
}

.newspage {
  margin: 30px 0;
}
.newspage p {
  margin: 7px 0;
}
.newspage table {
  margin: 30px 0;
  caption-side: bottom;
  border-collapse: collapse;
}
.newspage table td {
  padding: 10px;
  border-bottom: 1px solid #d8d8d8;
}
.newspage table th {
  font-weight: 700;
  border-bottom: 2px solid #000;
}
.newspage ol {
  margin: 0 0 20px 20px;
}
.newspage ul {
  margin: 0 0 20px 20px;
}
.newspage ul li {
  display: flex;
  gap: 10px;
}
.newspage ul li:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  content: "";
  min-width: 5px;
  height: 5px;
  background: #000;
  position: relative;
  top: 8px;
}

.services {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.services > div {
  width: 48%;
  margin: 0 0 30px;
}
.services a {
  text-decoration: underline !important;
}

.banner-container {
  height: 300px;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.top-description {
  margin-bottom: 20px;
}

@media screen and (max-width: 800px) {
  .services > div {
    width: 100%;
  }
}

/*# sourceMappingURL=page.css.map */
