.about-page { 
    margin: 0 auto;
    margin-top: 10px;
    padding: 25px;
    background: #fcfcfc;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    font-size: 20px; 
    text-align: justify;
}

.about-page h1, .about-page h2 {
    color: #2f6614;
  border-bottom: 2px solid #31820a;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.about-page p {
    margin-bottom: 15px;
    line-height: 1.6;
}

.about-page ul {
    margin: 10px 0 20px 20px;
    list-style-type: disc;
}

.about-page ul li {
    margin-bottom: 10px;
}

@media (max-width: 450px) {
 
    .about-page p {
        font-size: 16px;
    }

    .about-page ul {
        font-size: 16px;
    }

    .about-page li {
        font-size: 16px;
    }

}
 