body {
  background-color: #fff;
}

#career-test-for-any-device img {
  height: auto;
  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 .card-text {
  font-size: 1.1rem;
}

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

#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: 576px) {
  #byline h2 {
    font-size: 3rem;
  }
}

@media only screen and (min-width: 768px) {

}

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

  #top img {
    bottom: -12px;
    margin-left: -45%;
    width: 90%;
  }
}

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

  #top img {
    bottom: -15px;
    margin-left: -32.5%;
    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;
  }
}