.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 600;
}

.heading.contrast {
  margin-top: 0px;
  margin-bottom: 0px;
  border-top-style: none;
  color: #fff;
}

.paragraph {
  margin-bottom: 0px;
  font-family: 'Varela Round', sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
}

.paragraph.contrast {
  color: #fff;
}

.paragraph.intro {
  font-size: 14px;
  line-height: 28px;
}

.link {
  border-bottom: 1px solid #00aed1;
  border-radius: 0px;
  font-family: 'Varela Round', sans-serif;
  color: #02348a;
  line-height: 22px;
  text-decoration: none;
}

.link:hover {
  border-bottom-color: #00aed1;
  color: #00aed1;
}

.image {
  display: inline-block;
  padding: 10px;
  border-radius: 200px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block.contrast {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block.narrow {
  position: static;
  display: block;
  max-width: 90%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.body {
  background-color: #f2f9ff;
}

.container {
  max-width: 70%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.image-2 {
  display: inline-block;
  border-radius: 5px;
  box-shadow: 0 5px 9px -9px #000;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  mix-blend-mode: normal;
}

.caption {
  font-size: 10px;
  font-style: italic;
  font-weight: 400;
}

.list {
  padding-left: 0px;
  list-style-type: none;
}

.list-item {
  margin-top: 10px;
  margin-bottom: 10px;
}

.h5 {
  font-family: Montserrat, sans-serif;
  color: #00aed1;
  font-size: 16px;
  font-weight: 400;
}

.list-item-2 {
  margin-bottom: 5px;
}

.div-block-2 {
  margin-bottom: 30px;
}

.container-2 {
  height: 30vh;
}

.contrast {
  border-top: 1px solid #00aed1;
  border-bottom: 1px solid #00aed1;
  border-radius: 0px;
  background-color: #fff;
}

.dot {
  width: 15px;
  height: 15px;
  min-height: 15px;
  min-width: 15px;
  margin-right: 10px;
  border: 1px none #000;
  border-radius: 20px;
  background-color: #47d400;
  box-shadow: 0 0 9px 0 #5f0;
}

.section {
  border-top: 5px none #000;
  border-bottom: 50px none #00aed1;
}

.columns {
  padding-top: 20px;
}

@media screen and (max-width: 991px) {
  .link {
    line-height: 22px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: 90%;
  }

  .column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
}