body {
  background-color: #fff;
}

.jumbotron {
  padding-top: 130px;
  padding-bottom: 0;
}

.jumbotron .card-body h1 {
  font-size: 1.6rem;
  padding-bottom: 0;
}

.jumbotron img {
  margin: 0 auto -6px;
  max-width: 100%;
}

#calls-to-action .card-body {
  text-align: center;
}

#calls-to-action .card-footer {
  padding-top: 1rem;
}

#tagline {
  color: #fff;
  font-size: 2rem;
}

#career-test-for-any-device img {
  height: auto;
  margin-top: 5rem;
  width: 100%;
}

#any-device,
#any-device img,
#career-guidance-platform,
#career-guidance-platform img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}

#pricing, #why-choose-us {
  padding: 150px 0;
}

#pricing p {
  font-size: 1.2rem;
}

#pricing h3 {
  padding-bottom: 1rem;
}

#why-choose-us .list-group-item-info{
  background: #e6f3ff;
  padding: 20px 10px;
}

#info-we-provide-on-every-career ol {
  max-width: 650px;
  margin: 0 auto;
}

#why-choose-us ol {
  max-width: 800px;
  margin: 0 auto;
}

#what-we-measure {
  padding: 5rem 0;
}

#what-we-measure .card-text {
  font-size: 1.1rem;
}

#what-we-measure .card-title {
  font-weight: bold;
}

#info-we-provide-on-every-career {
  padding: 5rem 0;
}

#info-we-provide-on-every-career li, #why-choose-us li, #why-choose-us p {
  font-size: 1.1rem;
}

@media only screen and (min-width: 768px) {
  .jumbotron img {
    margin-bottom: -10px;
  }
}

@media only screen and (min-width: 992px) {
  #calls-to-action {
    width: 100%;
  }

  .jumbotron img {
    margin-bottom: -12px;
    width: 90%;
  }
}

@media only screen and (min-width: 1200px) {
  #calls-to-action .card-body {
    font-size: 1.2rem;
  }

  .jumbotron img {
    bottom: -15px;
    width: 65%;
  }
}

@media only screen and (min-width: 1400px) {
  #calls-to-action .card {
    min-width: 540px;
  }
}

@media print {
  .navbar {
    position: absolute !important;
    top: 0 !important;
    width: 100% !important;
  }
}