#sepwysiwyg3 {
    position: relative;
    margin-top: 40px;
}


@media screen and (max-width: 768px) {
    #sepwysiwyg3 {
        position: relative;
        margin-top: 0px;
    }
}

