#indexSection {
  display: block;
  height: 300px;
  background-color: rgb(173, 216, 230);
  color: rgb(255, 255, 255);
  font-size: 1.2rem;
  line-height: 25px;
  background-image: url("../images/photo-services.webp");
  background-position: 0 0;
  background-attachment: fixed;
  padding: 0;
  margin: 0;
}

#services {
  margin-top: 40px;
}

#indexSection h2 {
  padding-top: 100px;
  padding-bottom: 45px;
  text-align: center;
  background: rgb(2, 0, 36);
  background: linear-gradient(180deg, rgb(2, 0, 36) 0%, rgb(173, 216, 230) 0%, rgba(0, 212, 255, 0) 100%);
  width: 350px;
  margin: 0 auto;
}

#aboutSection {
  line-height: 25px;
  width: 60%;
  margin: 0 auto;
}
#aboutSection h3 {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 20px;
}
#aboutSection ul {
  list-style-type: disc;
  padding-left: 5%;
  padding-right: 5%;
}
#aboutSection ul li {
  margin-bottom: 20px;
}
#aboutSection ul li h4 {
  font-size: 1.2rem;
}

hr {
  width: 400px;
  border: none;
  margin-top: 50px;
  margin-bottom: 20px;
  height: 2px;
  background-color: rgb(173, 216, 230);
}

h2 {
  margin-top: 40px;
  margin-bottom: 30px;
  line-height: 35px;
}/*# sourceMappingURL=servicesPage.css.map */