.uc-btn-wrap {
    background-image: url('https://static.tildacdn.com/tild6331-3432-4736-b361-333063613439/0d4d4543-e32f-47f2-b.png');
    background-repeat: no-repeat;
    background-position: 0px 3px;
    background-size: contain;
    width: 100%;
    padding: 15px 0;
}

.uc-btn-wrap_special {
    background-image: url('https://static.tildacdn.com/tild6331-3432-4736-b361-333063613439/0d4d4543-e32f-47f2-b.png');
    background-repeat: no-repeat;
    background-position: 0px 3px;
    background-size: 100% 116px;
    width: 100%;
    padding: 28px 0;
}

@media (max-width: 1200px) {
    .uc-btn-wrap_special {
        background-size: 100% 98px;
    }
}