.hero_section {
  height: 75vh;
  padding: 10rem 25rem 5rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 71.8%, 0.75)), to(#fff)), url('../images/Vehicles-parts.jpeg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 71.8%, 0.75), #fff), url('../images/Vehicles-parts.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.about_section {
  padding: 5rem 25rem 10rem;
  background-color: #fff;
}

.services_section {
  padding: 10rem 25rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(#f1ae20)), url('../images/pexels-cottonbro-4488660.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), #f1ae20), url('../images/pexels-cottonbro-4488660.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.contact_section {
  padding: 10rem 25rem;
  background-color: #f1ae20;
}

.footer_section {
  padding: 2rem 25rem;
  background-color: #3c4654;
}

.body {
  background-color: #020202;
  font-family: Montserrat, sans-serif;
}

.text-block {
  color: #fff;
  text-align: center;
}

.services_content_wrapper {
  padding: 2rem 0rem;
  background-color: rgba(241, 174, 32, 0.75);
}

.services_heading {
  color: #fff;
}

.paragraph {
  color: #fff;
}

.about_heading {
  color: #000;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: #3c4654;
}

.nav-link {
  -webkit-transition: color 450ms ease;
  transition: color 450ms ease;
  color: #fff;
}

.nav-link:hover {
  color: #f1ae20;
}

.nav-link.w--current {
  color: #f1ae20;
}

.image {
  width: 100px;
  margin-top: 0rem;
  padding-top: 0.8rem;
}

.about_subheading {
  color: #000;
}

.image-2 {
  width: 100%;
}

.column {
  padding: 5rem 10px 5rem 0px;
  color: transparent;
}

.column-2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.heading {
  color: #f1ae20;
}

.heading-2 {
  margin-bottom: 1rem;
}

.service_content_wrapper {
  text-align: center;
}

.service_content_wrapper._1 {
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-width: 100%;
  background-image: url('../images/p_1.png');
  background-position: 50% 50%;
  background-size: cover;
}

.service_content_wrapper._2 {
  width: 250px;
  height: 250px;
  background-image: url('../images/p_2.png');
  background-position: 50% 50%;
  background-size: cover;
}

.service_content_wrapper._3 {
  width: 250px;
  height: 250px;
  background-image: url('../images/p_3.png');
  background-position: 50% 50%;
  background-size: cover;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-3 {
  height: 500px;
  padding-right: 10px;
  background-image: url('../images/p_1.png');
  background-position: 50% 50%;
  background-size: cover;
}

.column-4 {
  height: 500px;
  padding-right: 10px;
  background-image: url('../images/p_2.png');
  background-position: 50% 50%;
  background-size: cover;
}

.column-5 {
  height: 500px;
  padding-right: 10px;
  background-image: url('../images/p_3.png');
  background-position: 50% 50%;
  background-size: cover;
}

.column-6 {
  text-align: center;
}

.div-block {
  height: 5px;
  border-radius: 10px;
  background-color: #fff;
}

.image-3 {
  border-radius: 10px;
}

.heading-3 {
  margin-bottom: 2rem;
}

.heading-4 {
  margin-top: 2rem;
}

.column-7 {
  padding-top: 4rem;
  padding-right: 2rem;
}

.partners_section {
  padding: 5rem 25rem;
  background-color: #fff;
}

.columns-2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-align: center;
}

.columns-3 {
  text-align: center;
}

.heading-5 {
  margin-bottom: 1rem;
}

.div-block-2 {
  height: 5px;
  margin-bottom: 3rem;
  border-radius: 10px;
  background-color: #f1ae20;
}

.paragraph-2 {
  margin-bottom: 0px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.image-4 {
  border-radius: 10px;
}

.column-8 {
  padding-right: 2rem;
  padding-left: 0px;
}

.column-9 {
  padding-right: 0px;
  padding-left: 2rem;
}

.div-block-3 {
  margin-top: 2rem;
}

.column-10 {
  padding-left: 0px;
}

.column-11 {
  padding-right: 0px;
}

.heading-6 {
  margin-bottom: 1rem;
  padding-right: 10px;
}

.heading-7 {
  margin-bottom: 2rem;
}

.heading-8 {
  margin-bottom: 2rem;
}

.paragraph-3 {
  margin-bottom: 0rem;
}

@media screen and (max-width: 991px) {
  .hero_section {
    padding-right: 5rem;
    padding-left: 5rem;
  }

  .about_section {
    padding-right: 5rem;
    padding-left: 5rem;
  }

  .contact_section {
    padding-right: 5rem;
    padding-left: 5rem;
  }

  .footer_section {
    padding-right: 5rem;
    padding-left: 5rem;
  }

  .nav-link:hover {
    background-color: #f1ae20;
    color: #000;
    font-weight: 700;
  }

  .image-3 {
    margin-top: 2rem;
  }

  .partners_section {
    padding-right: 5rem;
    padding-left: 5rem;
  }

  .image-4 {
    margin-bottom: 5rem;
  }

  .column-9 {
    padding-left: 0rem;
  }

  .icon {
    color: #f1ae20;
  }

  .nav-menu {
    background-color: #3c4654;
  }

  .menu-button {
    background-color: #7a6e6e;
  }

  .menu-button.w--open {
    background-color: #363636;
  }
}

@media screen and (max-width: 767px) {
  .hero_section {
    padding-top: 10rem;
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .about_section {
    padding: 5rem 2rem;
  }

  .contact_section {
    padding: 2rem;
  }

  .partners_section {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .heading-6 {
    text-align: center;
  }

  .heading-8 {
    text-align: center;
  }

  .paragraph-3 {
    text-align: center;
  }

  .menu-button {
    background-color: transparent;
  }

  .div-block-4 {
    text-align: center;
  }

  .paragraph-4 {
    margin-bottom: 4rem;
    text-align: center;
  }

  .div-block-5 {
    text-align: center;
  }

  .paragraph-5 {
    margin-bottom: 4rem;
    text-align: center;
  }

  .div-block-6 {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .hero_section {
    height: 50vh;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .heading {
    font-size: 25px;
    line-height: 30px;
  }

  .heading-2 {
    font-size: 28px;
    line-height: 35px;
  }

  .heading-3 {
    font-size: 28px;
    line-height: 35px;
  }

  .heading-5 {
    font-size: 28px;
    line-height: 35px;
  }

  .heading-9 {
    font-size: 25px;
    line-height: 30px;
  }
}