body {
    font-family: 'Poppins', sans-serif;
}

.section-header {
    font-size: 34px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1rem;

}

.section-content {
    font-size: 16px;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 1rem;
    text-align: justify;

}