.about-header {
  background-image: url("resources/abouts-page-bg.jpg");
  background-repeat: no-repeat;
  pointer-events: none;
  height: 27.25rem;
}
.about-header h1 {
  text-align: center;
  font-size: 5rem;
  font-weight: bold;
  color: #ededed;
  padding-top: 7%;
}

.about-details {
  margin-top: 6%;
}
.about-details h3 {
  font-weight: bold;
  margin-top: 2%;
}
.about-details ul {
  margin-left: 2rem;
}

@media screen and (max-width: 1024px) {
  .about-header h1 {
    padding-top: 20%;
  }
  .about-details {
    width: 80%;
    margin-top: 10%;
    margin-left: 4rem;
    margin-bottom: 5rem;
  }
  .about-details h4 {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .about-header h1 {
    padding-top: 35%;
  }
  .about-details {
    margin-left: 3rem;
  }
}
@media screen and (max-width: 425px) {
  .about-details {
    margin-left: 2rem;
  }
}/*# sourceMappingURL=about.css.map */