.career-wrapper:before,
.career-wrapper:after {
  content: "";
  background: url(/public/assets/img/pages/career/logo-left.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 80px;
  height: 100px;
}
.career-wrapper:after {
  background: url(/public/assets/img/pages/career/logo-right.png) no-repeat center/contain;
  left: auto;
  right: 0;
  width: 60px;
}
.title .text {
  margin-bottom: -50px;
  text-align: center;
}
.title h1,
.title h2 {
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  text-align: center;
  position: relative;
  display: inline-block;
  background: var(--primary);
  line-height: 40px;
  margin-bottom: 10px;
  padding: 5px 10px;
  transform: skew(-20deg, 0) rotate(-10deg);
}
/* .title h1:after,
.title h2:after {
    content: '';
    position: absolute;
    background: var(--primary);
    display: block;

} */
