#sepwysiwyg2 {
    margin-top: 40px;
}

@media screen and (max-width: 768px) {
    
    #sepwysiwyg2 {
        margin-top: -20px;
        margin-bottom: 20px;
    }
    
}