
.kv__image {
    width: 51.3125rem;
    position: absolute;
    right: -3.75rem;
    top: 30px
}

@media screen and (max-width: 1023.8px) {
    .kv__image {
        width: 100%;
        position: relative;
        right: 0;
        top: 0
    }
}