.about-section p {
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto 4rem;
  padding: 2rem;
  border-radius: 8px;
}

.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;
}



@media (max-width: 767px) {

    .about-section p {
        font-size: 0.8rem;
    }

    .font-accent{
        font-weight: bold;
        font-size: 1rem;
    }

    .color-accent{
        color: #df5446;
        font-weight: bold;
        font-size: 1rem;
    }

}