/* line 1, ../sass/screen.scss */
.single-job-wrapper {
  display: flex;
}

/* line 4, ../sass/screen.scss */
.single-job-col {
  width: 280px;
  background: #028BC8;
}
/* line 7, ../sass/screen.scss */
.single-job-col .item {
  background: #272C31;
  padding: 24px;
  border-bottom: 1px solid #028BC8;
}
/* line 11, ../sass/screen.scss */
.single-job-col .item h2 {
  color: #028BC8;
  font-size: 16px;
  font-weight: bold;
  font-family: "Heebo", Sans-serif;
  text-transform: uppercase;
  margin-bottom: 8px;
}
/* line 19, ../sass/screen.scss */
.single-job-col .item p {
  color: #fff;
  font-style: italic;
  font-family: "Roboto", Sans-serif;
  margin: 0;
}

/* line 27, ../sass/screen.scss */
.single-content {
  width: calc(100% - 280px);
  background: #EFF1F4;
  padding: 40px 64px;
}
/* line 31, ../sass/screen.scss */
.single-content .back-button {
  background: #028BC8;
  color: #fff;
  text-transform: uppercase;
  padding: 16px 32px;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 24px;
  font-family: "Heebo", Sans-serif;
  font-weight: bold;
}
/* line 42, ../sass/screen.scss */
.single-content .item {
  padding: 16px 32px;
  background: #fff;
  margin-bottom: 24px;
}
/* line 46, ../sass/screen.scss */
.single-content .item h2 {
  color: #028BC8;
  font-size: 16px;
  font-weight: bold;
  font-family: "Heebo", Sans-serif;
  text-transform: uppercase;
  margin-bottom: 8px;
}
/* line 54, ../sass/screen.scss */
.single-content .item p {
  color: #000;
  font-size: 16px;
  font-family: "Roboto", Sans-serif;
  line-height: 24px;
  font-weight: 300;
}
/* line 62, ../sass/screen.scss */
.single-content .apply {
  background: #028BC8;
  color: #fff;
  text-transform: uppercase;
  padding: 16px 32px;
  border-radius: 5px;
  display: block;
  margin-bottom: 24px;
  font-size: 14px;
  font-family: "Heebo", Sans-serif;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 650px) {
  /* line 78, ../sass/screen.scss */
  .single-job-wrapper {
    display: block;
  }

  /* line 81, ../sass/screen.scss */
  .single-content,
  .single-job-col {
    width: 100%;
  }

  /* line 85, ../sass/screen.scss */
  .single-content {
    padding: 32px 16px;
  }
}
