section.text {
    text-align: left;
}

section.text ul {
    padding-left: 20px;
    list-style-type: disc;
}

section.text ul li {
    margin-bottom: var(--spacing);
}

.ready {
    background-color: #FFF;
}

section.text h2 {
    font-size: 40px;
    letter-spacing: .25px;
    margin-bottom: calc(var(--spacing) / 2);
}

@media only screen and (max-width: 600px) {
    section.text h2 {
        font-size: 35px;
    }
}