body {
  -webkit-print-color-adjust: exact !important; /*For Chrome */
  color-adjust: exact !important; /* For Firefox */
  background-color: white !important;
}
body, .row, .container {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.container {
  width: calc(100% - 60px);
  max-width: 1280px;
}
.col-md-5 {
  max-width: 35%;
}
.col-md-7 {
  max-width: 55%;
}
.col-md-6 {
  max-width: 45%;
}
.dot {
  width: 10%;
  height: auto;
  display: grid;
}
.space {
  width: 10%;
  height: auto;
}
.space.w20 {
  width: 10%;
  height: auto;
}
.content.left .box.mt {
  display: none;
}
.content.left .box.tasks {
  display: none;
}

.div-apply .inner {
    max-width: 75%;
    margin: 0 auto;
}
.space {
    max-width: 95px;
}
.dot {min-height: 75px; background-color: #e3000f}
.dot img {display: none;}
.company img {
    max-height: 82px;
}
.content.left .box.incentives {
    display: none;
}