.top-section {
  padding-top: 1rem;
}
.top-section img {
  width: 100%;
  border-radius: 2rem;
}
@media (max-width: 1023px) {
  .top-section img {
    width: calc(100% + 4rem);
    margin-left: -2rem;
  }
}

.about-section {
  padding: 10rem 0 14rem;
}
.about-section .heading {
  margin: 0 auto;
}
.about-section .text {
  margin-top: 6.8rem;
}
.about-section .image {
  margin-top: 5rem;
  text-align: center;
}
@media (max-width: 1023px) {
  .about-section {
    padding: 6rem 0;
  }
  .about-section .text {
    margin-top: 3rem;
  }
  .about-section .image img {
    width: 100%;
  }
}/*# sourceMappingURL=about.css.map */