h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #3783c5;
  font-size: 28px;
  line-height: 44px;
  font-weight: 700;
  text-transform: uppercase;
}

h2 {
  margin-top: 30px;
  margin-bottom: 12px;
  color: #3783c5;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
}

p {
  margin-top: 15px;
  margin-bottom: 10px;
  color: #444;
  line-height: 23px;
  font-weight: 400;
}

a {
  color: #3783c5;
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 25px;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 8px;
}

strong {
  font-weight: bold;
}
.container {
  height: 100%;
  font-size: 16px;
}

.row {
  height: 100%;
}

.col {
  height: 100%;
}

.spacer {
  height: 100px;
}

.body {
  color: #444;
  font-size: 15px;
  line-height: 21px;
}

.content {
  margin-top: 50px;
  margin-bottom: 70px;
}

.horisontal-stroke {
  display: block;
  width: 60px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #ff7985;
}

.text {
  display: block;
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 50px;
  color: #444;
  font-size: 15px;
  line-height: 23px;
}

@media (max-width: 650px) {
  .text {
    padding-left: 30px;
    padding-right: 30px;
  }
  h1 {
    font-size: 20px;
  }
  .text {
    padding-top: 5px;
  }
}
