.container-dynamic-content{
    max-width: 900px;
    margin: 0 auto;
    padding: 15px 15px 15px 15px;
    font-family: Arial, sans-serif;
    color: #333;
}

.container-dynamic-content h1 {
    font-weight: bold;
    color: var(--orange-dark);
    text-align: left;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 2rem;
    line-height: 1.2;
}

.container-dynamic-content h2 {
    font-weight: bold;
    color: var(--orange-dark);
    text-align: left;
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 1.5rem;
    line-height: 1.2;
}

.container-dynamic-content p {
    font-size: 1.2rem;
    text-align: justify;
    line-height: 1.6;
    margin-top: 20px;
    margin-bottom: 20px;
}

.container-dynamic-content p + p {
    margin-top: 0;
}
