.intro {
  background:url('../img/firstaid_intro_bg.png') 100% no-repeat;
  background-size: 100%;
}

.common-injuries, .order-of-care {
  background:url('../img/firstaid_bg.png') 100% no-repeat;
  background-size: 100%;
}

.home-button {
  position: fixed;
  width: 99px;
  height: 90px;
  right: 70px;
  top: 30px;
  z-index: 1000;
  cursor: default !important;
}

.home-button:after {
  content: 'HOME';
  font-family: "Gotham Book";
  font-size: 2rem;
  color: #FFF;
}

.home-button:hover {
  text-decoration: none;
}

.content_image {
  max-width: 680px;
  max-height: 560px;
  display: block;
}

.content-title {
  text-align: center;
  margin-top: 20px;
  font-family: "Gotham Bold";
  font-size: 50px;
}

.big-image-container {
  padding-left: 90px;
}

.choices {
  padding-right: 200px;
  padding-left: 50px;
}

.choices__item {
  padding: 30px;
  padding-top: 0px;
  text-align: center;
  cursor:pointer;
}

.choices__item__img {
  max-width: 145px;
  max-height: 130px;
  margin-top: 0px;
  display: block;
}

.choices__item__info {
  margin-bottom: 20px;
  display: block;
  font-size: 25px;
  font-family:"Gotham Book";
  line-height: 30px;
  margin-top: 10px;
}

.congratulation__image {
  width: 160px;
  margin-top: 50px;
}

.congratulation-common {
  margin-top: -30px;
}

.congratulation__title {
  font-size: 65px;
  margin-bottom: 70px;
  margin-top: 10px;
}

.congratulation__title__explanation {
  font-size: 50px;
  margin-bottom: 70px;
  margin-top: 10px;
  padding-left: 10%;
  padding-right: 10%;
}

.pagination {
  font-size: 32px;
  position: absolute;
  font-family: "HandySans";
  right: 16%;
  bottom: -6%;
}

.congratulation {
  text-align: center;
  font-family: "HandySans";
  font-size: 50px;
  padding-right: 100px;
}

.congratulation__next {
  display: block;
  margin-top: 30px;
}

.chosen {
  position: absolute;
  width: 206px;
  top: 90px;
  right: -60px;
  left: auto;
}

.steps-container {
  padding-left: 90px;
  font-family: "HandySans";
  font-size: 48px;
}

.order-of-care .big-image-container {
  padding-left: 15px;
}

.steps-container ul {
  list-style: none;
  padding-left: 20px;
}

.steps-container li {
  height: 140px;
}

.order-of-care .choices__item__img {
  max-width: 145px;
  max-height: 130px;
  padding: 0px;
}

.order-of-care .choices__item {
  padding: 15px;
}

.order-of-care .choices__item__info {
  font-size: 23px;
}

.steps-container__answer {
  position: relative;
}

.step {
  padding-left: 30px;
  height: 135px;
}

.step_text {
  padding-right:0px;
}

.order-of-care .step_item_image-container .choices__item__img {
  max-height: 125px;
  max-width: 110px;
}

.steps-container__answer .choices__item {
  height: 150px;
  padding: 0px;
  z-index: 1;
}

.order-of-care .choices {
  padding-left: 80px;
}

.step_item_image-container {
  padding: 0px;
}

.step_item_text-container {
  padding: 0px;
}