.career {
  margin: 64px;
  /* margin-bottom: 0; */
  background: url('../img/careers.png') no-repeat right;
  background-size: auto 100%;
}
.career_con {
  width: 45%;
  padding: 56px;
  background-color: #fff;
  color: #000;
  border-radius: 6px;
}
.career_tit {
  font-weight: 400;
  div {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }
  span {
    font-family: "Georgia", "Times", "Garamond", serif;
    font-size: 56px;
    &::after {
      content: "";
      display: block;
      width: 40px;
      height: 4px;
      margin: 0.39285em 0 0.423em;
      background: #ca4d3c;
    }
  }
}
.obttns {
  width: 200px;
  height: 38px;
  padding-top: 18px;
  line-height: 38px;
  /* margin-left: 12px; */
  text-align: center;
  a {
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    color: #fff;
    background: #21be98;
    &:hover {
      opacity: 0.8;
    }
  }
}
