body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.3;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  color: #1c4485;
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 300;
  letter-spacing: 3px;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 300;
}

.link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
}

.block-quote {
  font-family: 'Droid Serif', serif;
  font-size: 28px;
  line-height: 1.7;
  text-align: center;
}

.block-quote.large-text {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

.section-wrapper {
  width: 100%;
  max-width: 970px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-menu {
  width: 100%;
  border-top: 1px solid #fff;
  text-align: center;
}

.navbar {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#225baf), to(#1c4585));
  background-image: linear-gradient(180deg, #225baf, #1c4585);
}

.brand {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-link {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: red;
}

.section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.title {
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer {
  color: #1e4c93;
  font-size: 12px;
  text-align: center;
}

.page-title {
  border-bottom-width: 0px;
  text-align: center;
  text-transform: uppercase;
}

.column {
  padding: 10px;
}

.reviw {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #000;
}

.slide-contrnt {
  width: 100%;
  height: 100%;
}

.image {
  max-width: 50%;
}

.column-2 {
  padding-top: 0px;
  padding-bottom: 27px;
}

.div-block-2 {
  text-align: center;
}

.div-block-3 {
  text-align: center;
}

.heading {
  font-size: 48px;
}

.heading-2 {
  font-size: 48px;
}

.rich-text-block {
  font-size: 28px;
}

