#reskilling_job {
  position: relative;
  min-width: 950px;
  width: 100%;
  font-size: 16px;
  line-height: 1.6;
  background-color: #fafafb;
  overflow: hidden;
  z-index: 1;
}

#reskilling_job .inner {
  width: 950px;
  margin: 0 auto;
  padding: 30px 30px 100px;
  position: relative;
}

#reskilling_job h2 {
  padding: 15px 15px 15px 30px;
  background-color: #fff;
  border-left: solid 2px #1cabe9;
  box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
  color: #1cabe9;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  width: 950px;
  margin: 0 0 25px -30px;
}

#reskilling_job h3 {
  line-height: 1.5;
  margin-bottom: 20px;
}

#reskilling_job h3 span {
  display: inline-block;
  background: linear-gradient(transparent 60%, #fff59d 60%);
}

#reskilling_job .lead {
  margin-bottom: 10px;
}

#reskilling_job .note {
  font-size: 12px;
  line-height: 1.4;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 40px;
}

#reskilling_job .cards {
  display: flex;
  justify-content: flex-start;
  flex-flow: wrap;
}

#reskilling_job .cards li {
  width: calc((100% - 15px * 2) / 3);
  margin: 0 15px 15px 0;
  padding: 20px 25px;
  color: #333;
  background-color: #fff;
  box-shadow: 0 1px 4px rgb(9 0 0 / 30%);
  border-top: 2px solid #00aaeb;
  position: relative;
}

#reskilling_job .cards li:nth-of-type(3n) {
  margin-right: 0;
}

#reskilling_job .cards h4 {
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}

#reskilling_job .cards p {
  font-size: 12px;
  margin-bottom: 15px;
}

#reskilling_job .cards .button {
  font-size: 12px;
  background: #fff;
  color: #00aaeb;
  padding: 5px 12px;
  text-decoration: none;
  border: 1px solid #00aaeb;
  border-radius: 30px;
  display: inline-flex;
  transition: background-color 0.2s, color 0.2s;
}

#reskilling_job .cards a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

#reskilling_job .cards li:hover .button {
  background: #00aaeb;
  color: #fff;
  opacity: 1;
}

@media all and (-ms-high-contrast:none) {
  #reskilling_job h2 {
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  }
  #reskilling_job .cards li {
    width: calc((100% - 15px * 2) / 3 - 1px);
    box-shadow: 0 1px 4px rgba(9,0,0,0.3);
  }
}
