#maternity-leave {
  background-image: url(../recruit/images/career_paths_img.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  width: 565px;
}
@media screen and (max-width: 767px) {
  #maternity-leave {
    background-image: none;
    width: auto;
  }
}
#maternity-leave .content-text {
  width: 280px;
}
@media screen and (max-width: 767px) {
  #maternity-leave .content-text {
    width: auto;
  }
}
