#intro-company {
  height: 85vh;
}

.landing-company {
  height: 100%;
  width: 67%;
  padding-left: 100px;
  padding-bottom: 53px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-start;
  z-index: 2;
  position: relative;
}

.landing-company:dir(rtl) {
  padding-left: 0;
  padding-right: 100px;
}

.landing-company .landing-lets-talk-button.btn {
  margin-bottom: 30px;
}

.landing-company h1,
.landing-company h2 {
  font-family: var(--font-family-default-semibold);
  font-size: 60px;
  line-height: 80px;
}

.landing-company .half-landing-subtitle {
  font-family: var(--font-family-default-semibold);
  font-size: 30px;
  line-height: 50px;
}

.title-horizontally-centered {
  position: absolute;
  top: calc(50% - 100px);
}

.navigationTitle {
  font-family: var(--font-family-default-book);
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0px;
  padding: 3px 2px 3px 2px;
}

.navigationTitle > a,
.navigationTitle > span {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 0px;
  margin-right: 16px;
  display: inline;
  color: #fff;
}

.navigationTitle:dir(rtl) > a,
.navigationTitle:dir(rtl) > span {
  margin-right: 0;
  margin-left: 16px;
}

.navigationTitle > span {
  cursor: default;
}

.navigationTitle > :last-child {
  font-family: var(--font-family-default-medium);
}

.navigationTitle > :not(:last-child)::after {
  display: inline-block;
  content: url(../images/right-arrow-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 6px;
  margin-left: 14px;
}

.navigationTitle:dir(rtl) > :not(:last-child)::after {
  transform: rotate(180deg);
  margin-left: 0;
  margin-right: 14px;
}

@media screen and (max-width: 1199px) {
  .landing-company {
    padding-left: 50px;
  }

  .landing-company:dir(rtl) {
    padding-right: 50px;
  }
}

@media screen and (max-width: 991px) {
  .landing-company {
    width: 87%;
    padding-left: 30px;
    padding-bottom: 24px;
  }

  .landing-company:dir(rtl) {
    padding-right: 30px;
  }

  .landing-company h1,
  .landing-company h2 {
    font-size: 34px;
    line-height: 50px;
  }

  .landing-company .half-landing-subtitle {
    font-size: 20px;
    line-height: 35px;
  }
}

@media (max-width: 767px) {
  .navigationTitle {
    display: none;
  }

  .landing-company {
    padding-left: 15px;
  }

  .landing-company:dir(rtl) {
    padding-right: 15px;
  }
}
