.info-section {
    padding: 0 0 2.4rem;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.hero-shop-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 11.5rem;
    min-height: 3.5rem;
    padding: .8rem 2rem;
    border: 2px solid #042698;
    background: transparent;
    color: #042698;
    text-decoration: none;
    font-family: "Racing Sans One", sans-serif;
    font-size: 1.4rem;
    letter-spacing: .26em;
    text-indent: .26em;
    line-height: 1;
    text-transform: uppercase;
    backdrop-filter: blur(1.5px);
    transition: transform .22s ease, background-color .22s ease, color .22s ease, border-color .22s ease;
}

.hero-shop-button:hover,
.hero-shop-button:focus-visible {
    background: rgba(4, 38, 152, 0.12);
    color: #02175f;
    border-color: #02175f;
    transform: translateY(-2px);
}

@media (max-width: 900px) {
    .info-section {
        padding: 1.2rem 1.2rem 1.4rem;
    }

    .hero-shop-button {
        min-width: 6.9rem;
        min-height: 2.35rem;
        padding: 0.5rem 0.82rem;
        font-size: 0.8rem;
        letter-spacing: 0.14em;
        text-indent: 0.14em;
    }
}
