* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.Details-Section {
  margin-top: 160px;
  padding: 40px 0px;
  background-color: rgb(244, 242, 239);
}
.Details-Section .detailsPageHeading {
  text-align: center;
  font-size: 3rem;
  font-family: "Inknut Antiqua", serif;
  margin-bottom: 100px;
}
.ReadMore-Section {
  padding: 80px 0px;
  background-color: white;
}
.ReadMore-Section .ReadMore-heading {
  font-family: "Inknut Antiqua", serif;
  font-size: 4rem;
}
.ReadMore-Section .ReadMore-para{
  font-size: 0.9rem;
  color: gray;
}

@media screen and (max-width: 600px) {
  .Details-Section {
    margin-top: 100px;
  }
  .Details-Section .detailsPageHeading {
    font-size: 2rem;
  }
}
