.attracts_talent {
  width: 100%;
  height: 454px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: -2;
  text-align: center;

  &::before {
    content: "";
    background-image: linear-gradient(to right, #000 63%, rgba(0, 0, 0, 0) 99%);
    z-index: -2;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.6;
  }

  h1 {
    font-family: Sora;
    font-size: 32px;
    line-height: 1.5;
    color: #fff;
    font-weight: 700;
    margin-bottom: 16px;
    max-width: 600px;
    margin: 0 auto 16px auto;
  }

  .para {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
    // margin-bottom: 32px;
    text-align: center;
    max-width: 600px;
    margin: 0 auto 32px auto;
  }

  .attracts_contact {
    color: #fff !important;
    border-color: #fff !important;
  }

  .btn-white {
    width: fit-content;
    margin: 0 auto;
  }
}

.aurbis_sec {
  padding: 80px 0;

  .image_aurbic {
    border: none;
    border-radius: 8px;
    padding-right: 20px;
  }

  h5 {
    font-family: $font-family-sora;
    font-weight: 700;
    font-size: 24px;
    color: #10284b;
    margin: 24px 0 8px;
  }

  p {
    font-family: $font-family-hk;
    font-weight: 500;
    font-size: 18px;
    color: #10284b;
    padding-bottom: 32px;
  }

  .contain_aurbis {
    // width: 100%;
    // max-width: 930px;
    // margin: 0 auto;
    justify-content: center;
  }

  .attracts_fotter {
    background-color: #fff;
    padding-left: 0;
    border: none;
    margin-bottom: 32px;
  }

  .btn-border-blue02 {
    margin: 1px 0;
  }
}

@media screen and (max-width: 768px) {
  .attracts_talent {
    height: 512px;

    h1 {
      font-size: 24px;
      padding: 0 16px;
    }

    p {
      font-size: 16px;
      padding: 0 16px;
    }
  }

  .aurbis_sec p {
    padding-bottom: 16px;
  }

  .aurbis_sec {
    padding: 56px 0 24px;
  }
}