body {
  font-family: 'Staatliches', sans-serif !important;
  color: #222 !important;
}
.text-normal {
  font-size: 20px;
  line-height: normal;
}
.text-gray {
  color: #a6a6a6;
  font-weight: bold;
}
.page-wrapper {
  display: flex;
  height: 100dvh;
  height: 100vh;
  margin: 0 auto;
}
.page-first-wrapper {
  background: #2b3135;
}
.page-first-wrapper .page-first {
  align-items: center;
}
.page-first-wrapper .page-first .title {
  font-size: 56px;
  line-height: 1;
  margin-bottom: 80px;
}
.page-first-wrapper .page-first .text-yellow {
  color: #fffd24;
}
.page-first-wrapper .page-first .trucking-img {
  background: url('../assets/img/truck-first.jpg');
  height: 100%;
  background-size: cover;
  background-position: 30%;
}
.page-first-wrapper .page-first a {
  color: white;
}
.page-second-wrapper {
  font-family: 'Arial', sans-serif !important;
  background: #a6a6a6;
}
.page-second-wrapper .page-second {
  padding: 60px 0;
}
.page-second-wrapper .building-img {
  background: url('../assets/img/buildings.jpg');
  height: 100%;
  background-size: cover;
  background-position: 10%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-second-wrapper .about-noah {
  background-color: #fffd24;
  padding: 80px 60px;
  height: 100%;
}
.page-second-wrapper .about-noah .title {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 36px;
  border-bottom: 1px solid black;
  margin-bottom: 36px;
}
.page-second-wrapper .about-noah .detail-text {
  font-size: 28px;
}
.page-third-wrapper {
  background: #2b3135;
}
.page-third-wrapper .page-third {
  padding: 60px 0;
}
.page-third-wrapper .logistic-img {
  background: url('../assets/img/logistic.jpg');
  height: 100%;
  background-size: cover;
  background-position: 5%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-third-wrapper .about-country {
  background-color: white;
  padding: 105px 60px;
  height: 100%;
}
.page-third-wrapper .about-country .text {
  font-size: 50px;
  line-height: 1;
  margin-bottom: 60px;
}
.page-fourth-wrapper {
  background: white;
}
.page-fourth-wrapper .page-fourth {
  padding: 60px 0 30px 0;
}
.page-fourth-wrapper .page-fourth .text {
  font-size: 50px;
  line-height: 1;
  margin-bottom: 40px;
  text-align: center;
}
.page-fourth-wrapper .page-fourth .service-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}
.page-fourth-wrapper .page-fourth .service-card {
  text-align: center;
  box-sizing: border-box;
  width: calc(20% - 20px);
}
.page-fourth-wrapper .page-fourth .service-card img {
  width: 100%;
  height: 185px;
  object-fit: cover;
}
.page-fourth-wrapper .page-fourth .service-title {
  background: #fffd24;
  padding: 10px;
  font-size: 20px;
}
@media (max-width: 1199px) {
  .page-fourth-wrapper .page-fourth .service-card {
    width: calc(33.333% - 25px);
 }
}
@media (max-width: 767px) {
  .page-fourth-wrapper .page-fourth .service-card {
    width: calc(50% - 25px);
 }
}
@media (max-width: 575px) {
  .page-fourth-wrapper .page-fourth .service-card {
    width: 100%;
 }
}
.page-fifth-wrapper {
  background: #fffd24;
}
.page-fifth-wrapper .page-fifth {
  padding: 60px 0 0 0;
  overflow: hidden;
  height: 670px;
}
.page-fifth-wrapper .page-fifth .text {
  font-size: 50px;
  line-height: 1;
  margin-bottom: 40px;
  text-align: center;
}
.page-fifth-wrapper .page-fifth .customer-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-bottom: 24px;
}
.page-fifth-wrapper .page-fifth .customer-wrapper img {
  width: 30%;
}
.page-sixth-wrapper {
  background: black;
}
.page-sixth-wrapper .page-sixth {
  padding: 0 0 60px 0;
  overflow: hidden;
  color: #fffd24;
}
.page-sixth-wrapper .footer-image {
  background: url('../assets/img/footer-image.jpg');
  height: 50%;
  background-size: cover;
  background-position: bottom;
  margin-bottom: 40px;
}
.page-sixth-wrapper .contact-wrapper {
  padding-left: 50px;
}
.page-sixth-wrapper .header {
  font-size: 36px;
  padding-bottom: 40px;
  border-bottom: 1px solid #fffd24;
  margin-bottom: 45px;
}
.page-sixth-wrapper .text-xl {
  font-family: 'Arial', sans-serif !important;
  font-size: 18px;
}
.page-sixth-wrapper a {
  text-decoration: underline;
  color: #fffd24;
}

/* / Mobile devices / */
@media screen and (max-width: 480px) {
  .page-wrapper {
    height: auto;
    padding: 20px !important;
 }
  .page-wrapper .trucking-img {
    height: 500px !important;
 }
  .page-wrapper .building-img {
    height: 250px;
 }
  .logistic-img {
    height: 250px !important;
  }
  .page-wrapper .building-img img {
    width: 100%;
    height: auto;
 }
  .page-wrapper .footer-image {
    height: 250px !important;
 }
}

/* / Tablets / */
@media screen and (min-width: 481px) and (max-width: 768px) {
  .page-wrapper {
    height: auto !important;
  }
  .trucking-img {
    height: 500px !important;
  }
  .building-img img {
    width: 100%;
    height: auto;
  }
  .logistic-img {
    height: 500px !important;
  }
  .footer-image {
    height: 250px !important;
  }
}

/* Small laptops */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .page-wrapper {
    height: auto;
 }
  .trucking-img {
    height: 500px !important;
 }
  .building-img img {
    width: 200px;
    height: auto;
  }
  .footer-image {
    height: 250px !important;
 }
}
