.simple-content {
    padding: 3rem 0;
}

@media (max-width: 768px) {
    .simple-content {
        padding: 2rem 0;
    }
}