.body {
  background-color: #0a6dc7;
  background-image: -webkit-gradient(linear, left top, right top, from(#035aaa), to(#318bcf));
  background-image: linear-gradient(90deg, #035aaa, #318bcf);
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.navbar {
  position: relative;
  padding-top: 10px;
  padding-left: 11px;
  background-color: transparent;
}

.heading {
  margin-top: inherit;
  color: #fff;
  text-align: center;
}

.container {
  margin-top: 30px;
  background-color: #fff;
}

.bold-text {
  color: #000;
  font-size: 45px;
}

.paragraph {
  margin-top: 50px;
  margin-bottom: 10px;
  padding-top: 0px;
  text-align: center;
}

.column {
  color: #fff;
  text-align: center;
}

.text-block {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  text-align: left;
  text-decoration: none;
}

.columns {
  display: block;
  margin-top: 50px;
  margin-bottom: 0px;
  padding-left: 130px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block {
  text-decoration: none;
}

.text-block-2 {
  color: #fff;
  font-size: 20px;
  text-align: left;
  text-decoration: none;
}

.link-block-2 {
  text-decoration: none;
}

.text-block-3 {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

.link-block-3 {
  text-decoration: none;
}

.section {
  margin-top: 30px;
  text-align: center;
}

.div-block {
  margin-bottom: 80px;
}

.image {
  padding-left: 0px;
}

.container-2 {
  margin-left: 0px;
}

.html-embed {
  margin-right: 100px;
  margin-left: 100px;
}

.div-block-3 {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 25px;
}

@media screen and (max-width: 479px) {
  .bold-text {
    font-size: 20px;
  }

  .paragraph {
    margin-right: 10px;
    margin-left: 10px;
  }

  .column {
    margin-bottom: 10px;
    padding-bottom: 0px;
  }

  .div-block {
    margin-right: 10px;
    margin-left: 10px;
  }

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

  .column-3 {
    margin-bottom: 10px;
    text-align: center;
  }

  .div-block-2 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .html-embed {
    margin-right: 20px;
    margin-left: 20px;
  }
}