body {
  font-family: Rubik, sans-serif;
  color: #002d3d;
  font-size: 32px;
  line-height: 1.4;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 132px;
  line-height: 0.8;
  font-weight: 700;
  text-transform: uppercase;
}

p {
  max-width: 620px;
  margin-bottom: 1em;
  font-size: 24px;
}

a {
  color: #007ba7;
  font-weight: 600;
  text-decoration: underline;
}

a:hover {
  color: #002d3d;
}

.section-header {
  padding-top: 2em;
  padding-bottom: 2em;
}

.section-hero {
  position: relative;
  padding-top: 0vw;
  padding-bottom: 4em;
}

.section-content {
  padding-top: 0vw;
  padding-bottom: 4em;
}

.headline {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #007ba7;
  font-size: 7vw;
  line-height: 0.9;
  text-align: left;
}

.decblue-logo {
  width: 64px;
}

.p-intro {
  font-size: 32px;
  font-weight: 600;
}

.page {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5vw;
  padding-left: 5vw;
}

.decblue-visual {
  position: relative;
  display: none;
  width: 100%;
  max-width: 900px;
  padding: 2em 2em 3em;
}

.decblue-breakdown {
  position: absolute;
  left: 85%;
  top: 54%;
  width: 20%;
}

.decblue-buddy {
  position: absolute;
  left: 83%;
  top: 17%;
  width: 20%;
}

.decblue-structures {
  position: absolute;
  left: 0%;
  top: 21%;
  width: 12%;
}

.txt--quote {
  margin-top: 1em;
  opacity: 0.21;
  font-size: 16px;
  text-transform: uppercase;
}

@media screen and (min-width: 1280px) {
  .headline {
    font-size: 2.9em;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 20px;
  }
}

