#download-guide {
    text-align: center;
    margin-top: 3rem;
}

.vip-hero__btn {
    width: 25vw;
    min-width: 360px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    transition: transform 0.15s ease, filter 0.15s ease;
}

.vip-hero__btn:hover {
    transform: scale(1.03);
    filter: brightness(1.08);
}

.vip-hero__btn:active {
    transform: scale(0.98);
}

.vip-hero__btn-img {
    display: block;
    width: 100%;
    height: auto;
    pointer-events: none;
}



@media (max-width: 1200px) {
    .vip-hero__btn {
        width: 32vw;
        min-width: 330px;
    }
}