.conteiner {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.conteiner header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1rem;
  gap: 1.25rem;
  padding: 2rem;
  border-bottom: 0.0625rem solid #b4aeae;
}
.conteiner header img {
  display: flex;
  align-self: center;
  width: 15.3125rem;
  height: auto;
}
.conteiner header nav {
  display: flex;
  flex-wrap: wrap;
  gap: 2.0625rem;
  justify-content: space-between;
}
.conteiner header ul {
  display: flex;
  justify-content: space-around;
  gap: 2.0625rem;
}
.conteiner header ul li {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.conteiner header ul li p {
  color: #4b5563;
  cursor: pointer;
}
.conteiner header button {
  width: 11.8125rem;
  height: 3.75rem;
  color: #fff;
  background-color: #21c05c;
  border: 0.0625rem solid #21c05c;
  border-radius: 0.375rem;
  cursor: pointer;
  font-size: 1rem;
}
.conteiner main {
  display: flex;
  flex-direction: column;
}
.conteiner main .mainSection {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 1.25rem;
  margin-top: 7.5rem;
}
.conteiner main .mainSection .introDiv {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.conteiner main .mainSection .introDiv h1 {
  font-weight: 700;
  font-style: bold;
  font-size: 3.75rem;
}
.conteiner main .mainSection .introDiv .btnDiv {
  display: flex;
  gap: 1.875rem;
}
.conteiner main .mainSection .introDiv .btnDonor,
.conteiner main .mainSection .introDiv .btnAdquired {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 11.8125rem;
  height: 3.75rem;
  gap: 0.625rem;
  border-radius: 0.375rem;
  cursor: pointer;
  font-size: 1rem;
}
.conteiner main .mainSection .introDiv .btnDonor img,
.conteiner main .mainSection .introDiv .btnAdquired img {
  width: 1.5rem;
  height: 1.5rem;
}
.conteiner main .mainSection .introDiv .btnDonor {
  color: #fff;
  background-color: #21c05c;
  border: 0.0625rem solid #21c05c;
}
.conteiner main .mainSection .introDiv .btnAdquired {
  color: #2563eb;
  background-color: transparent;
  border: 0.0625rem solid #2563eb;
}
.conteiner main .mainSection .bigLogoDiv img {
  width: 100%;
}
.conteiner main .statsSection {
  background-color: #f3f5f8;
  margin-top: 8rem;
  height: 11.5rem;
}
.conteiner main .statsSection ul {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
  padding-top: 3rem;
}
.conteiner main .statsSection ul li {
  display: flex;
  flex-direction: column;
  gap: 0.5625rem;
}
.conteiner main .statsSection ul li h2 {
  font-weight: 700;
  font-size: 2.5rem;
  color: #16a34a;
}
.conteiner main .statsSection ul li p {
  color: #4b5563;
}
.conteiner main .infoSection {
  display: flex;
  flex-direction: column;
  padding: 4.6875rem;
}
.conteiner main .infoSection .howWorkDiv {
  margin-bottom: 3.75rem;
}
.conteiner main .infoSection .howWorkDiv h3 {
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.conteiner main .infoSection .howWorkDiv p {
  font-size: 1.5625rem;
}
.conteiner main .infoSection .cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
.conteiner main .infoSection .cards p {
  color: #4b5563;
  margin-bottom: 0.875rem;
}
.conteiner main .infoSection .cards h4 {
  font-weight: 700;
  font-size: 1rem;
}
.conteiner main .infoSection .cards .infoCard {
  box-sizing: border-box;
  background-color: #f3f5f8;
  padding: 2rem;
  border-radius: 0.75rem;
  width: 26.875rem;
  min-width: 20rem;
}
.conteiner main .infoSection .cards .infoCard .donorCardTitle,
.conteiner main .infoSection .cards .infoCard .adquiredCardTitle {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.75rem;
  height: 8.125rem;
}
.conteiner main .infoSection .cards .infoCard .donorCardTitle p,
.conteiner main .infoSection .cards .infoCard .adquiredCardTitle p {
  margin-top: 0.875rem;
}
.conteiner main .infoSection .cards .infoCard .donorCardTitle div,
.conteiner main .infoSection .cards .infoCard .adquiredCardTitle div {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.conteiner main .infoSection .cards .infoCard .donorCardTitle {
  color: #16a34a;
}
.conteiner main .infoSection .cards .infoCard .adquiredCardTitle {
  color: #2563eb;
}
.conteiner main .infoSection .cards li {
  display: flex;
  gap: 0.75rem;
  height: 5.625rem;
}
.conteiner main .infoSection .cards li img {
  width: 2rem;
  height: 2rem;
}
.conteiner main .productSection {
  padding: 4.6875rem;
  background-color: #f3f5f8;
}
.conteiner main .productSection .productTitle h3 {
  font-weight: 700;
  font-size: 2.5rem;
  color: #1f2937;
  margin-bottom: 1.0625rem;
}
.conteiner main .productSection .productTitle p {
  font-size: 1.5625rem;
}
.conteiner main .productSection ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 4.6875rem;
}
.conteiner main .productSection ul li {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 18.75rem;
  height: 25rem;
  text-align: center;
  justify-content: space-between;
  border: 0.125rem solid #16a34a;
  border-radius: 0.5rem;
}
.conteiner main .productSection ul li img {
  width: 100%;
  height: 55%;
}
.conteiner main .productSection ul li p {
  margin: 0 1.25rem;
  color: #4b5563;
}
.conteiner main .productSection ul li button {
  align-self: center;
  margin-bottom: 1.625rem;
  width: 9.375rem;
  height: 2.3125rem;
  background-color: #16a34a;
  border: none;
  border-radius: 0.375rem;
  color: #fff;
  cursor: pointer;
}
.conteiner main .reviewSection {
  padding: 4.6875rem;
}
.conteiner main .reviewSection .reviewSectionTitle {
  text-align: center;
}
.conteiner main .reviewSection .reviewSectionTitle h3 {
  font-weight: 43.75rem;
  font-size: 2.5rem;
  margin-bottom: 0.625rem;
}
.conteiner main .reviewSection .reviewSectionTitle p {
  color: #4b5563;
  font-size: 1.5625rem;
}
.conteiner main .reviewSection ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 4.6875rem;
}
.conteiner main .reviewSection ul li {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 2rem;
  width: 21.25rem;
  height: 18.75rem;
  justify-content: space-between;
  border-radius: 0.5rem;
  border: 0.0625rem solid #9ca3af;
  border-left: 0.25rem solid #9ca3af;
}
.conteiner main .reviewSection ul li img {
  width: 7.5rem;
  height: 1.5rem;
}
.conteiner main .reviewSection ul li p {
  color: #4b5563;
}
.conteiner main .reviewSection ul li .users {
  display: flex;
  gap: 0.75rem;
}
.conteiner main .reviewSection ul li .users img {
  width: 2.5rem;
  height: 2.5rem;
}
.conteiner main .reviewSection ul li .users h4 {
  font-size: 0.875rem;
}
.conteiner main .makeDifferenceSection {
  padding: 4.6875rem;
  text-align: center;
  background-color: #f3f5f8;
}
.conteiner main .makeDifferenceSection .makeDifferenceSectionTitle h2 {
  font-size: 3.75rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
}
.conteiner main .makeDifferenceSection .makeDifferenceSectionTitle p {
  font-size: 1.5625rem;
  margin-bottom: 3.1875rem;
}
.conteiner main .makeDifferenceSection .buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.0625rem;
}
.conteiner main .makeDifferenceSection .mDbtn1,
.conteiner main .makeDifferenceSection .mDbtn2 {
  width: 11.8125rem;
  height: 2.75rem;
  border-radius: 0.375rem;
  border: none;
  cursor: pointer;
}
.conteiner main .makeDifferenceSection .mDbtn1 {
  background-color: #16a34a;
  color: #fff;
}
.conteiner main .makeDifferenceSection .mDbtn2 {
  background-color: transparent;
  color: #16a34a;
  border: 0.0625rem solid #16a34a;
}
.conteiner footer {
  background-color: #1f2937;
  padding: 1.25rem 0.75rem;
}
.conteiner footer .fLinks {
  display: flex;
  padding-bottom: 1.25rem;
}
.conteiner footer .fLinks .fLogo {
  display: flex;
  flex-direction: column;
  width: 25%;
  gap: 1rem;
}
.conteiner footer .fLinks .fLogo img {
  width: 9.375rem;
  height: 1.75rem;
}
.conteiner footer .fLinks .fLogo p {
  color: #9ca3af;
}
.conteiner footer .fLinks .fRedirect {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 25%;
}
.conteiner footer .fLinks .fRedirect h4 {
  color: #fff;
}
.conteiner footer .fLinks .fRedirect ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.conteiner footer .fLinks .fRedirect ul a {
  text-decoration: none;
  color: #9ca3af;
}
.conteiner footer .fLinks .fSocialMedia {
  display: flex;
  flex-direction: column;
  width: 25%;
}
.conteiner footer .fLinks .fSocialMedia div {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.conteiner footer .fLinks .fSocialMedia div h4 {
  color: #fff;
}
.conteiner footer .fLinks .fSocialMedia div p {
  color: #9ca3af;
}
.conteiner footer .fLinks .fSocialMedia ul {
  display: flex;
  gap: 0.75rem;
  margin-top: 1rem;
}
.conteiner footer .fCopyright {
  display: flex;
  justify-content: center;
  border-top: 0.0625rem solid #4b5563;
  padding-top: 2rem;
  padding-bottom: 0.75rem;
  color: #9ca3af;
}
@media (max-width: 56.875rem) {
  .conteiner header {
    flex-direction: column;
    align-items: flex-start;
  }
  .conteiner header nav {
    width: 100%;
    align-items: center;
  }
  .conteiner header img {
    align-self: flex-start;
  }
  .conteiner header ul {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-around;
  }
  .conteiner .mainSection {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .conteiner .mainSection .introDiv {
    width: 90%;
  }
  .conteiner .mainSection .introDiv h1 {
    font-size: 2.5rem !important;
  }
  .conteiner .mainSection .btnDiv {
    justify-content: center;
  }
  .conteiner .infoSection {
    padding: 1rem !important;
  }
  .conteiner .howWorkDiv {
    text-align: center;
    margin-bottom: 1.75rem !important;
  }
  .conteiner .productSection {
    padding: 2rem 1rem !important;
    text-align: center;
  }
  .conteiner .productSection ul {
    padding: 0 !important;
  }
  .conteiner .productSection ul li {
    margin-top: 1.875rem;
  }
  .conteiner .reviewSection {
    padding: 2rem 1rem !important;
  }
  .conteiner .reviewSection ul {
    padding: 0 !important;
  }
  .conteiner .reviewSection ul li {
    margin-top: 1.875rem;
  }
  .conteiner .makeDifferenceSection {
    padding: 2rem 1rem !important;
  }
  .conteiner .makeDifferenceSection .makeDifferenceSectionTitle h2 {
    font-size: 3rem !important;
  }
  .conteiner .makeDifferenceSection .makeDifferenceSectionTitle p {
    font-size: 1.25rem !important;
  }
  .conteiner footer .fLinks {
    flex-direction: column;
    gap: 1.375rem;
  }
  .conteiner footer .fLinks .fLogo,
  .conteiner footer .fLinks .fRedirect,
  .conteiner footer .fLinks .fSocialMedia {
    width: 100%;
  }
}/*# sourceMappingURL=styles.css.map */