@media (max-width: 600px) {
  footer {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 890px) {
  .Section1 {
    flex-direction: column-reverse;
    margin-bottom: 3rem;
  }
  .Section1 > .description {
    padding: 0 1rem;
    margin-top: 2rem;
  }
  .Section1 > .description div:nth-child(1) h4 {
    font-size: 50px;
  }
  .Section1 > .description div:nth-child(2) {
    flex-direction: column;
  }
  .Section1 .bigImage img {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .MainHeader {
    display: none;
  }
  footer {
    flex-direction: column;
    gap: 30px;
  }
  footer .AboutSec,
  footer .LogoSec,
  footer .ContactSec {
    width: 100%;
    max-width: 500px;
  }
}
@media (min-width: 1000px) {
  .MobileNavbar {
    display: none;
  }
}/*# sourceMappingURL=responsive.css.map */