.jumbo-title {
  font-size: 42px;
}

.text-big {
  font-size: 26px;
}

.text-biggest {
  font-size: 52px;
}

.text-block {
  flex-direction: column;
  padding: 30px 20px;
  display: flex;
  font-family: 'Roboto',Arial,sans-serif;
  font-weight: 300;
  color: #000;
  line-height: 1.55;
  font-size: 18px;
}
.text-block.text-block-blue {
  background: #bdccff;
}

.text-block > .text-block-container {
  max-width: 620px;
  margin: auto;
}
.text-block > .text-block-container-wide {
  max-width: 900px;
  margin: auto;
}

.text-block > .text-block-row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 1000px;
  margin: 0 auto;
}
.text-block-row-item {
  max-width: 450px;
  padding: 0 20px;
}
.text-block-row-item > img {
  max-width: 450px;
}

@media only screen and (max-width: 990px) {
  .text-block > .text-block-row {
    flex-direction: column;
    align-items: center;
    width: auto;
  }
  .text-block-row-item {
    max-width: 100%;
  }
}

p {
  margin: 18px 0px;
}

.ordered-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}
.ordered-list-big {
  font-size: 52px;
  margin-right: 10px;
}

.image-cover {
  height: 600px;
  max-height: 100vh;
  background-position: center;
  background-size: cover;
}

.example-block {
  font-size: 20px;
}
.example-block-title {
  text-align: center;
  position: relative;
}
.example-block-title > .lined-title {
  margin-bottom: 40px;
}
.example-block-title > .lined-title:after {
  left: 0;
  right: 0;
}

.text-center {
  text-align: center;
}
