
.text-container-outer {
    display: flex;
    justify-content: center;
    margin: 2px;
}

.text-container-inner {
    display: flex;
    width: 100%;
    max-width: 800px;
    background: white;
    flex-direction: column;
    padding: 20px;
}

.text-container-inner h2 {
    margin-top: 10px;
    margin-bottom: 20px;
}

.text-container-inner p {
    margin: 0px;
    font-size: 18px;
}

.text-container-inner ul {
    margin: 0px;
    font-size: 18px;
}