@import "variables.css";

.history {
  margin-top: 3rem;
}

.history .content .parasection {
  font-size: var(--med-font-size) - 0.2rem;
  margin-bottom: 3rem;
}

@media (max-width: 767px) {
  .history img {
    width: 80%;
    margin: 0 auto;
    float: none;
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
  }

  .history .content .parasection {
    width: 90%;
  }
}
