* {
  padding: 0;
  margin: 0;
}
a{
  text-decoration: none;
}
.bb {
  border: 2px solid;
}

.orangeClass {
  color: #f47933;
}

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

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

.boxes {
  display: flex;
  justify-content: space-between;
}
.boxes .rectangle {
  width: 48%;
  border: 1px solid #fbe0c6;
  padding: 15px;
}
.boxes .rectangle .kit {
  color: black;
  font-weight: 600;
  font-family: "Red Hat Display";
}
.boxes .rectangle .opening {
  background-color: #fef7f2;
  border: 1px solid #fbe0c6;
  padding: 10px;
  border-radius: 25px;
  font-family: "Source Sans Pro";
  font-weight: 600;
}
.boxes .rectangle .more {
  padding: 10px;
  padding-inline: 20px;
  background-color: transparent;
  font-family: "Source Sans Pro";
  font-weight: 600;
  font-size: 16px;
  border: none;
}
.boxes .rectangle .apply {
  padding: 10px;
  border: none;
  padding-inline: 20px;
  background-color: #82a137;
  font-family: "Source Sans Pro";
  font-weight: bold;
  color: white;
  font-size: 16px;
}

.oppImage {
  max-width: 430px;
  height: auto;
}
.oppImage img {
  width: 100%;
}

.awardImage {
  max-width: 873px;
  height: auto;
}
.awardImage img {
  width: 100%;
}

.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) {
  .boxes {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
  .boxes .rectangle {
    width: 75%;
  }
  .footer .links span {
    padding-inline: 2px;
  }
}
@media (max-width: 786px) {
  h1 {
    font-size: 32px;
  }
  p {
    font-size: 18px;
  }
  .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: 28px;
  }
  p {
    font-size: 16px;
  }
  .boxes .rectangle {
    width: 95%;
  }
  .boxes .rectangle .more {
    padding: 5px;
  }
  .boxes .rectangle .apply {
    padding: 5px;
  }
  .footer .links p {
    font-size: 12px;
  }
}
@media (max-width: 380px) {
  h1 {
    font-size: 24px;
  }
  .open {
    flex-direction: column;
    gap: 10px;
  }
}/*# sourceMappingURL=Nineth.css.map */