* {
  margin: 0;
  padding: 0;
}
a{
  text-decoration: none !important;
}

h1 {
  font-family: "Red Hat Display";
  font-size: 44px;
  color: black;
  font-weight: bold;
}

.orangeClass {
  color: #f47933;
}

.Heading p {
  font-family: "Source Sans Pro";
  color: #727272;
  font-size: 20px;
}

.blackPhoto {
  filter: grayscale(100%);
  position: relative;
  width: 1720px;
  max-width: 100%;
}

.solution p {
  width: 85%;
  font-size: 20px;
  color: #727272;
}

.bulkSourcing {
  border: 2px solid #f47933;
}
.bulkSourcing .boxSolution {
  display: flex;
  padding-right: 30px;
  flex-direction: column;
  align-items: flex-start;
}
.bulkSourcing .boxSolution span {
  width: 100%;
  height: 1px;
  background-color: #d0d5dd;
  border: 2px solid #d0d5dd;
}
.bulkSourcing .boxSolution h4 {
  font-size: 20px;
  font-weight: bold;
  color: #0b0f18;
  margin: 0;
}
.bulkSourcing .boxSolution p {
  font-size: 18px;
  color: #727272;
}
.bulkSourcing .boxSolution img {
  width: 95%;
  height: auto;
}

.otherway .parentDiv {
  height: 100%;
  display: flex;
  width: 90%;
  flex-direction: column;
  justify-content: space-between;
}
.otherway .parentDiv .childOne {
  display: flex;
  flex-direction: column;
}
.otherway .parentDiv .childOne h4 {
  font-size: 20px;
  font-weight: bold;
  color: #0b0f18;
  margin: 0;
}
.otherway .parentDiv .childOne p {
  font-size: 18px;
  color: #727272;
}
.otherway .parentDiv .childTwo {
  width: 100%;
}
.otherway .parentDiv .childTwo img {
  width: 100%;
  height: auto;
}
.otherway .parentDiv .setting {
  position: relative;
  top: 25px;
}
.otherway span {
  width: 100%;
  height: 1px;
  background-color: #d0d5dd;
  border: 2px solid #d0d5dd;
}

.footer {
  display: flex;
  position: relative;
  border-bottom: 1px solid #727272;
  justify-content: space-between;
}
.footer .provide {
  width: 30%;
}
.footer .provide p {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
}
.footer .newsletter {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
}
.footer .emailINput {
  display: flex;
  align-items: center;
}
.footer input {
  padding: 17px;
  position: relative;
  padding-inline: 38px;
}
.footer .sms {
  position: absolute;
  z-index: 1;
  padding-left: 8px;
}
.footer .arrow {
  position: absolute;
  left: 80%;
}
.footer .links p {
  position: absolute;
  right: 0%;
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #0b0f18;
}
.footer .links span {
  padding-inline: 10px;
}

.footerEnd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  color: #727272;
  font-size: 16px;
}
.footerEnd a {
  color: #727272;
}

@media (max-width: 992px) {
  .solution p {
    width: 95%;
  }
  .otherway .parentDiv .setting {
    position: relative;
    top: 15px;
  }
  .footer .links span {
    padding-inline: 2px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 32px;
  }
  .Heading {
    flex-direction: column;
  }
  .solution p {
    font-size: 18px;
  }
  .otherway .parentDiv {
    width: 100%;
  }
  .otherway {
    gap: 20px;
  }
  .footer {
    flex-direction: column;
  }
  .footer .provide {
    width: 100%;
  }
  .footer input {
    width: 90%;
  }
  .footer .arrow {
    left: 75%;
  }
  .footer .links p {
    position: relative;
  }
  .emailINput {
    padding-top: 10px;
  }
  .footerEnd {
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  h1 {
    font-size: 24px;
  }
  .Heading p {
    font-size: 18px;
  }
  .solution p {
    font-size: 16px;
  }
  .footer .links p {
    font-size: 12px;
  }
}/*# sourceMappingURL=Third.css.map */