/* Legal Banner Image*/
.legal-banner {
  width: 100%;
  height: 580px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/* Blue Vector Bars */
.legal-banner-vectors {
  position: absolute;
  width: 141px;
  height: 126px;
  left: 429px;
  top: 0px;
}

/* Find your career */
.legal-banner-content {
  font-family: "AvantGarde Bold";
  position: absolute;
  /* width: 1010px; */
  height: 121px;
  left: 137px;
  top: 230px;
  font-style: normal;
  font-weight: 700;
  font-size: 130px;
  line-height: 85%;
  color: #FFFFFF;
}

/*Legal Body*/
.legal-content {
  width: 50%;
}

 /* smartphone */
@media screen and (max-width: 767px) {
  .legal-banner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: 735px;
    background-position: 35%;
  }

  .legal-banner-vectors {
    position: absolute;
    width: 132px;
    height: 121px;
    left: 65.36px;
    top: 0px;
  }

  .legal-banner-content {
    position: absolute;
    width: 125px;
    height: 38px;
    left: 35px;
    top: 660px;
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 85%;
  }

  .legal-content {
    width: 100%;
  }
}