#planets {
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

#planets .content {
    position: relative;
    z-index: 3;
    padding: 0 1rem;
    text-transform: uppercase;
    text-align: center;
}

#planets .content p {
    font-size: 2rem;
    line-height: 2rem;
    margin-top: 0;
}

#planets .content h2:first-of-type {
    margin-top: 0;
}

#planets .content h2 {
    font-size: 3rem;
    line-height: 3rem;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    #planets .content h2 {
        font-size: 2rem;
        line-height: 2rem;
    }
    #planets .content p {
        font-size: 1.15rem;
        line-height: 1.5rem;
    }
}