@media only screen and (max-width: 768px) {
    #formContent>div {
        padding: 1rem;
    }
}