.copy-settings-input {
    padding-top: 192px;
}

.result-copyshop {
    padding-top: 174px;
}

@media screen and (max-width: 991px) {
    .copy-settings-input {
        padding-top: 222px;
    }

    .result-copyshop {
        padding-top: 214px;
    }
}

@media screen and (max-width: 768px) {
    .copy-settings-input {
        padding-top: 262px;
    }

    .result-copyshop {
        padding-top: 244px;
    }
}