.apply {
  position: relative;
  height: auto;
}

.apply .masthead__content {
  padding: 80px 0;
}

@media (max-width: 767px) {
  .apply .masthead__content{
    padding: 40px 0;
  }
}

.apply .h2 {
  margin: 0 0 20px;
}

@media (max-width: 767px) {
  .apply .h2 {
    margin: 0 0 15px;
    font-size: 24px;
  }
}

.apply .masthead__desc--narrow {
  margin: 0 auto;
  padding: 0 33px;
  line-height: 1.7;
}

.apply .button {
  margin: 40px 0 0;
}

@media (max-width: 767px) {
  .apply .button {
    margin: 20px 0 0;
  }
}

.apply__image-desktop {
  background: url('../../../../images/card_hand_vert_flip.png') no-repeat center center;
  background-size: 100% 100%;
  bottom: 0;
  float: right;
  position: absolute;
  height: 293px;
  right: 0;
  width: 228px
}

@media (min--moz-device-pixel-ratio: 1.3),
  (-webkit-min-device-pixel-ratio: 1.3),
  (min-device-pixel-ratio: 1.3),
  (min-resolution: 1.3dppx) {
  .apply__image-desktop{
    background-image: url('../../../../images/card_hand_vert_flip@2x.png')
  }
  }