@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Prompt:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500;1,600&display=swap");
@media (min-width: 768px) {
  #aboutContent {
    padding: 40px;
  }
  #homeHero h1 {
    font-size: 35px;
  }
  #homeHero::after {
    background-size: contain;
  }
  #contributionSection::before {
    height: 78px;
    top: -30px;
  }
  #contributionSection::after {
    height: 48px;
  }
}
@media (min-width: 992px) {
  #homeHero h1 {
    font-size: 45px;
    line-height: 50px;
  }
  #homeHero p {
    font-size: 20px;
    line-height: 30px;
  }
  #contactContent form {
    padding: 60px 0;
  }
}
@media (min-width: 1200px) {
  #homeHero::after {
    bottom: -2px;
  }
  #deliverySection {
    background: linear-gradient(356deg, #02112E 3.11%, #001D57 96.78%);
    color: #FFF;
  }
  #deliverySection .row:nth-child(2) li p {
    font-size: 14px;
    font-style: normal;
    line-height: 24px;
  }
  #deliverySection .row:nth-child(2) img {
    border-radius: 3px;
    width: 70%;
  }
  #hero::after {
    height: 60px;
  }
}
@media (min-width: 1400px) {
  #homeHero::after {
    bottom: -1px;
  }
  #contributionSection::before {
    height: 107px;
    top: -75px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  #contributionSection::after {
    height: 49px;
  }
}/*# sourceMappingURL=responsive.css.map */