.s-careers-content {
  background: #fff;
}

.s-careers-content:last-child {
  margin-bottom: 0;
}

.s-careers-head__inner {
  position: relative;
  color: #fff;
}

.s-careers-head__text {
  position: absolute;
  line-height: 1.6;
}

.s-careers-section:first-child {
  margin-top: 0;
}

.s-careers-section > p + p {
  margin-top: 10px;
}

@media print, screen and (min-width: 769px) {
  .s-careers-content {
    padding: 50px 65px;
    margin-bottom: 40px;
  }
  .s-careers-head {
    width: 1004px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .s-careers-head--full {
    width: 100%;
  }
  .s-careers-head__text {
    top: 62px;
    left: 42px;
  }
  .s-careers-head__heading {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .s-careers-section {
    margin-top: 50px;
  }
  .s-careers-section p + .c-heading-L3 {
    margin-top: 25px;
  }
  .s-careers-buttons {
    margin: 50px auto 0 auto;
    width: 640px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (max-width: 768px) {
  .s-careers-content {
    margin: 15px 10px;
    padding: 22px 20px;
  }
  .s-careers-head {
    margin-bottom: 15px;
  }
  .s-careers-head__text {
    top: 34%;
    left: 25px;
  }
  .s-careers-head__heading {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .s-careers-section {
    margin-top: 30px;
  }
  .s-careers-section p + .c-heading-L3 {
    margin-top: 15px;
  }
  .s-careers-buttons {
    margin-top: 30px;
    text-align: center;
  }
  .s-careers-buttons__btn {
    margin: 0 auto;
  }
  .s-careers-buttons__btn + .s-careers-buttons__btn {
    margin-top: 15px;
  }
}
