body .header__wrapper {
  margin-right: 0;
}
.header .logo {
  margin-left: 77px;
}
body .header-nav {
  max-width: 534px;
}
/* New hero */
.home .steps__white {
  display: block;
}
.home .who-we__wrapper {
  position: absolute;
  bottom: -1410px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 10px;
}
.home .who-we {
  position: relative;
}
.home .reviews-emp {
  display: block;
}
.reviews-emp {
  display: none;
  height: 170px;
  background-color: #132c42;
  width: 100%;
}
.steps__white {
  display: none;
  height: 488px;
  background-color: #fff;
  width: 100%;
}
.skip-roro {
  padding-top: 0;
}
.grab-hire {
  padding-top: 0;
}
.home .three-slides__h4 {
  font-size: 25px;
}
.skip-cards__item::before {
  min-width: 5px;
}
.n-hero {
  background-color: #132c42;
  min-height: 360px;
  position: relative;
}
.three-slides__ex {
  font-size: 20px;
  font-weight: 700;
  margin-top: 3px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.n-hero .container {
  max-width: 1848px;
}
.n-hero__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  bottom: -30px;
  left: 50px;
  right: 50px;
}
.n-hero__content {
  max-width: 400px;
  margin: 0 auto 52px;
}
.n-hero__left {
  flex-basis: 32%;
}
.n-hero__img {
}
.n-hero__center {
  flex-basis: 31%;
}
.n-hero__h5 {
  font-weight: 600;
  font-size: 20px;
  color: #fb760c;
  text-align: center;
  text-transform: uppercase;
}
.n-hero__h1 {
  font-size: 40px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.n-hero__btn {
  max-width: 330px;
  margin: 26px auto 0 auto;
}
.n-hero__right {
  flex-basis: 32%;
}
@media (max-width: 1400px) {
  .n-hero__wrapper {
    bottom: -35px;
  }
  .n-hero__content {
    max-width: 328px;
  }
  .n-hero__h5 {
    font-size: 17px;
  }
  .n-hero__h1 {
    font-size: 32px;
  }
  .n-hero__wrapper {
    left: 30px;
    right: 30px;
  }
}
@media (max-width: 1200px) {
  .n-hero {
    min-height: 270px;
  }
  .n-hero__wrapper {
    left: 15px;
    right: 15px;
  }
  .n-hero__content {
    max-width: 266px;
  }
  .n-hero__h5 {
    font-size: 14px;
  }
  .n-hero__h1 {
    font-size: 26px;
  }
}
@media (max-width: 996px) {
  .home .who-we__wrapper {
    position: static;
    bottom: unset;
    transform: translateX(0);
  }
  .home .steps__white {
    display: none;
  }
  .home .reviews-emp {
    display: none;
  }
  .n-hero__wrapper {
    position: static;
  }
  .n-hero__left {
    flex-basis: 48%;
  }
  .n-hero__right {
    flex-basis: 48%;
    order: 2;
  }
  .n-hero__center {
    flex-basis: 100%;
    order: 3;
    margin-top: 24px;
  }
  .n-hero__wrapper {
    left: 10px;
    right: 10px;
  }
}
@media (max-width: 420px) {
  .n-hero__left {
    flex-basis: 70%;
    margin: 0 auto;
  }
  .n-hero__right {
    flex-basis: 70%;
    order: 2;
    margin: 12px auto 0 auto;
  }
}
