.contact__us__eng {
  height: 516px;
  padding: 70px 0px 80px 0px;
  background-color: #222224;
  display: flex;
  justify-content: center;
}
.contact__us__eng .contact__us__container {
  display: flex;
  flex-direction: column;
  width: 1732px;
}
.contact__us__eng .contact__us__container .contact__us__title {
  width: 212px;
  font-size: 34px;
  line-height: normal;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 26px;
}
.contact__us__eng .contact__us__content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 1732px;
}
.contact__us__eng .contact__us__content__02 {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: black;
  height: 300px;
  width: 1280px;
  padding-left: 50px;
  border-radius: 16px;
}
.contact__us__eng .contact__us__content__02 .active {
  display: block !important;
}
.contact__us__eng .contact__us__content__02 .contact__us__content-02 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 468px;
  height: 128px;
}
.contact__us__eng .contact__us__content__02 .contact__us__content-02 .contact__us__description {
  font-size: 14px;
  color: #a7a9b1;
  font-weight: 300;
  line-height: 19.09px;
}
.contact__us__eng .contact__us__content__02 .contact__us__content-02 .contact__us__title {
  width: 402px;
  font-size: 22px;
  color: #ffffff;
  font-weight: 400;
  line-height: 28.64px;
  margin-bottom: -20px;
}
.contact__us__eng .contact__us__content__02 .contact__us__content-02 .contact__us__btn {
  display: block;
  background-color: transparent;
  color: #dcdee4;
  border-radius: 34px;
  border-color: #dcdee4;
  height: 36px;
  width: 140px;
  border: 2px solid;
  font-size: 16px;
  line-height: 19.09px;
  font-weight: 500;
}
.contact__us__eng .contact__us__content__02 .contact__us__content-02 .contact__us__btn:hover {
  color: var(--white-ffffff);
  border-color: var(--white-ffffff);
}
.contact__us__eng .contact__us__content__02 .contact__us__content-02 .contact__us__btn-explore-careers {
  display: none;
}
.contact__us__eng .contact__us__content-03 {
  height: 300px;
  width: 402px;
  color: #ffffff;
  background-color: #2d2d2f;
  border-radius: 16px;
  margin-left: 50px;
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.contact__us__eng .contact__us__content-03 .contact__us__content-04 {
  display: flex;
  flex-direction: column;
  gap: 14px;
  white-space: normal;
  align-items: center;
  margin-top: 30px;
}
.contact__us__eng .contact__us__content-03 .contact__us__content-04 div {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.contact__us__eng .contact__us__content-03 .contact__us__content-04 p {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 170px;
  margin: 0;
  border-radius: 40px;
  color: #dcdee4;
  background-color: #424244;
  padding: 7px 14px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.4px;
  cursor: pointer;
}
.contact__us__eng .contact__us__content-03 .contact__us__content-04 p:hover {
  color: #ffffff;
  background-color: #6f6f74;
}
.contact__us__eng .contact__us__content-03 .contact__us__btn-learn {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.contact__us__eng .contact__us__content-03 .contact__us__btn-learn .contact__us__btn-learn-more {
  background-color: transparent;
  color: #dcdee4;
  border-radius: 34px;
  border-color: #dcdee4;
  height: 36px;
  width: 140px;
}
.contact__us__eng .contact__us__content-03 .contact__us__business {
  font-size: 24px;
  font-weight: 500;
  line-height: 28.64px;
  color: #ffffff;
}

/* responsive-with-1280px */
@media (min-width: 1280px) and (max-width: 1919px) {
  .contact__us__eng {
    display: flex;
    justify-content: center;
  }
  .contact__us__eng .contact__us__content {
    width: 1280px;
  }
  .contact__us__eng .contact__us__container {
    width: 1280px;
  }
  .contact__us__eng .contact__us__content-03 {
    display: none;
  }
  .contact__us__eng .contact__us__btn-explore-careers {
    display: none;
  }
}
@media (max-width: 1279px) {
  .contact__us__eng {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 88px;
  }
  .contact__us__eng .contact__us__container {
    width: 100%;
  }
  .contact__us__eng .contact__us__container .contact__us__title {
    width: auto;
    font-size: 48px;
  }
  .contact__us__eng .contact__us__content {
    width: auto;
  }
  .contact__us__eng .contact__us__content__02 {
    padding: 0px;
    height: 695px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 100px 0px 100px 0px;
  }
  .contact__us__eng .contact__us__content__02 .contact__us__content-02 {
    width: auto;
    height: auto;
  }
  .contact__us__eng .contact__us__content__02 .contact__us__content-02 .contact__us__title {
    height: 41px;
    width: 600px;
    font-size: 34px;
    font-weight: 400;
    line-height: 40.57px;
    color: #ffffff;
    margin-bottom: 24px;
  }
  .contact__us__eng .contact__us__content__02 .contact__us__content-02 .contact__us__description {
    height: 64px;
    width: 400px;
    text-align: center;
    margin-bottom: 50px;
    font-size: 22px;
    font-weight: 300;
    line-height: 32px;
    color: #a7a9b1;
  }
  .contact__us__eng .contact__us__content__02 .contact__us__content-02 .contact__us__btn-explore-careers {
    height: 60px;
    width: 270px;
    border-radius: 34px;
    background-color: transparent;
    border-color: #ffffff;
    color: #ffffff;
  }
  .contact__us__eng .contact__us__content__02 .contact__us__content-02 .contact__us__btn {
    display: none;
  }
  .contact__us__eng .contact__us__content__02 .contact__us__content-02 .contact__us__btn-explore-careers {
    display: block;
    height: 60px;
    width: 270px;
    font-size: 26px;
    font-weight: 500;
  }
  .contact__us__eng .contact__us__content-01 img {
    height: 166px;
    width: 599px;
    margin: 0px 35px 90px 35px;
  }
  .contact__us__eng .contact__us__content-03 {
    display: none;
  }
}
@media (max-width: 768px) {
  .contact__us__eng {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 44px;
  }
  .contact__us__eng .contact__us__container {
    width: 100%;
  }
  .contact__us__eng .contact__us__container .contact__us__title {
    width: auto;
    font-size: 24px;
  }
  .contact__us__eng .contact__us__content {
    width: auto;
  }
  .contact__us__eng .contact__us__content__02 {
    padding: 0px;
    height: 352px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 50px 0px 50px 0px;
    text-align: center;
    border-radius: 8px;
  }
  .contact__us__eng .contact__us__content__02 .contact__us__content-02 {
    width: auto;
    height: auto;
  }
  .contact__us__eng .contact__us__content__02 .contact__us__content-02 .contact__us__title {
    height: 20px;
    width: 300px;
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    color: #ffffff;
    margin-bottom: 12px;
  }
  .contact__us__eng .contact__us__content__02 .contact__us__content-02 .contact__us__description {
    height: 32px;
    width: 200px;
    text-align: center;
    margin-bottom: 25px;
    font-size: 11px;
    font-weight: 300;
    line-height: 16px;
    color: #a7a9b1;
  }
  .contact__us__eng .contact__us__content__02 .contact__us__content-02 .contact__us__btn-explore-careers {
    height: 30px;
    width: 135px;
    border-radius: 34px;
    border-width: 1px;
    background-color: transparent;
    border-color: #ffffff;
    color: #ffffff;
  }
  .contact__us__eng .contact__us__content__02 .contact__us__content-02 .contact__us__btn {
    display: none;
  }
  .contact__us__eng .contact__us__content__02 .contact__us__content-02 .contact__us__btn-explore-careers {
    display: block;
    height: 30px;
    width: 135px;
    font-size: 13px;
    font-weight: 500;
  }
}
