:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h2 {
  color: #5e6a96;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.image {
  margin-left: auto;
  margin-right: auto;
}

.section {
  background-image: url('../images/rynaskihdr2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 270px;
}

.image-2 {
  text-align: center;
  margin-top: 21px;
  margin-left: auto;
  margin-right: auto;
}

.div-block {
  text-align: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.navtab {
  float: left;
  text-align: center;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.link {
  color: #f5ab0b;
  font-family: Varela, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.section-2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: 50%;
}

.rich-text-block {
  font-family: Varela, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.heading {
  color: #6a7dc3;
}

.section-3 {
  background-color: #5483af;
}

.rich-text-block-2 {
  color: #fff;
  padding-top: 34px;
  font-family: Varela, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.italic-text {
  text-align: right;
}

.italic-text.authorindent {
  text-align: right;
  margin-left: auto;
  margin-right: auto;
}

.block-quoteclean {
  border-left-color: rgba(255, 255, 255, 0);
}

.container {
  margin-top: 30px;
}

.heading-sml {
  color: #6a7dc3;
  text-align: center;
  font-size: 28px;
}

.section-4 {
  background-color: #ffa601;
  height: 80px;
}

.text-block {
  text-align: center;
  padding-top: 23px;
  font-family: Varela, sans-serif;
}

@media screen and (max-width: 991px) {
  .section-2 {
    left: 30%;
  }
}

@media screen and (max-width: 479px) {
  .section-2 {
    left: 0%;
  }

  .rich-text-block.txthead, .paragraph {
    padding-left: 10px;
    padding-right: 10px;
  }
}
