
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.about-section {
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto 4rem;
  padding: 2rem;
  border-radius: 8px;
  min-height: 100vh;
}

.about-section p,
.about-section ul {
  margin-bottom: 1rem;
  font-size: 1rem;
  text-align: left;
}

.about-section ul li {
  margin-left: 1.25rem;
  margin-bottom: 0.5rem;
}


.body{
    overflow-x: hidden;
}


.section-title{
    margin-top: 100px!important;
}


@media (max-width: 767px) {

    .story-section p {
        font-size: 0.8rem;
    }

    .font-accent{
        font-weight: bold;
        font-size: 1rem;
    }

    .color-accent{
        color: #df5446;
        font-weight: bold;
        font-size: 1rem;
    }

}
