.postSection {
  padding: 0 12%;
  display: flex;
  flex-direction: column;
}
.postSection .postBanner {
  margin-top: 64px;
  width: 100%;
}
.postSection .postHeading {
  margin-top: 40px;
  margin-bottom: 64px;
}
.postSection .postHeading h3 {
  font-style: 42px;
  font-weight: 800;
  color: white;
}
.postSection .postHeading p {
  font-style: 22px;
  font-weight: 400;
  color: #9a9a9a;
}
.postSection .postText {
  margin-bottom: 50px;
}
.postSection .postText p {
  /* font-size: 22px; */
  font-size: 1.5rem;
  color: #9a9a9a;
  /* font-weight: 400; */
}

@media (max-width: 1200px) {
  .postSection .postHeading {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .postSection .postHeading {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .postSection .postHeading {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

/*# sourceMappingURL=post.css.map */
