.body {
  background-color: rgba(235, 45, 45, 0);
  background-image: -webkit-linear-gradient(270deg, rgba(24, 42, 80, .5), rgba(24, 42, 80, .5));
  background-image: linear-gradient(180deg, rgba(24, 42, 80, .5), rgba(24, 42, 80, .5));
  font-family: 'Roboto Slab', sans-serif;
  color: #000;
  font-weight: 300;
}

.heading {
  margin-right: 20%;
  margin-bottom: 3%;
  margin-left: 10%;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  line-height: 48px;
  font-weight: 400;
}

.paragraph {
  margin-right: 30%;
  margin-bottom: 20%;
  margin-left: 10%;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 37px;
  font-weight: 300;
  text-align: justify;
}

.text-block {
  margin-bottom: 5px;
  margin-left: 0%;
  float: left;
  clear: none;
  font-family: 'Roboto Slab', sans-serif;
  color: #3b4457;
  font-size: 21px;
  line-height: 32px;
}

.text-block-2 {
  position: static;
  width: 100%;
  margin-bottom: 20px;
  float: left;
  clear: none;
  color: #3b4457;
  font-size: 10px;
  line-height: 17px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.section {
  width: 100%;
  max-height: 100%;
  margin-top: 10%;
  border-bottom-color: #152036;
}

.text-span {
  font-family: Caveat, sans-serif;
  font-size: 63px;
}

.bold-text {
  letter-spacing: 1px;
}

.link-block {
  float: left;
  -webkit-filter: saturate(200%);
  filter: saturate(200%);
}

.image {
  width: 20px;
  padding-top: 5px;
  -webkit-filter: hue-rotate(337deg);
  filter: hue-rotate(337deg);
  color: #fff;
}

.link-block-2 {
  margin-left: 2%;
  float: none;
  clear: left;
  -webkit-filter: saturate(68%);
  filter: saturate(68%);
}

.link-block-2:hover {
  opacity: 0.65;
}

.image-2 {
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: auto;
  margin-bottom: 5%;
  margin-left: 10%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(83, 86, 93, .2);
}

.div-block-2 {
  float: left;
}

.div-block-3 {
  display: block;
  width: auto;
  float: none;
  clear: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link {
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 991px) {
  .paragraph {
    margin-right: 10%;
    font-size: 17px;
    line-height: 31px;
  }
}

@media (max-width: 767px) {
  .paragraph {
    font-size: 16px;
    line-height: 32px;
  }
}

@media (max-width: 479px) {
  .heading {
    font-size: 31px;
  }
  .paragraph {
    font-size: 15px;
    line-height: 28px;
    text-align: left;
  }
}

