.about-wrapper {
    padding: 10px;
}

.about-section {
    margin-bottom: 30px;
}

.about-section h2 {
    font-size: 1.4rem;
    border-bottom: 2px solid #000;
    margin-bottom: 15px;
    display: inline-block;
    padding-right: 50px;
}

.about-section p {
    line-height: 1.5;
    margin-bottom: 15px;
    max-width: 800px;
}

.about-section ul {
    list-style: square;
    padding-left: 20px;
}

.about-section li {
    margin-bottom: 8px;
}

.about-section .poudra-table {
    width: 100%;
    margin-top: 10px;
}