.article-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.list-point {
    margin: 70px;
}

.article-section-header h2 {
    font-size: 200%;
}
.list-point p {
    font-size: 120%;
    line-height: 30px;
}