.moved-notice {
    background: #fff3cd;
    padding: 10px;
    border-radius: 4px;
    margin: 10px 0;
    color: #000;
}

@media (max-width: 600px) {
    .moved-notice {
        margin: 33px 0 !important;
    }
}
