.menu {
    display: grid;
    justify-content: center;
    align-items: center;
    justify-items: center;

    margin: 0 0 30px 0;
}

.menu img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    padding-bottom: 64px;
    margin-top: 82px;
}

.menu button {
    width: 50%;
    font-size: 17px;
    border-radius: 7px;
    background: #190C04;
    border: 0.75px #190C04 solid;
    cursor: pointer;
    padding: 7px 0;

}

.menu button a {
    font-family: "InterCustom", sans-serif;
    font-weight: 400;
}

.menu a {
    text-decoration: none;
    color: #FDF6EB;
}

@media (max-width: 768px) {
    .menu button {
        width: 100%;
    }

    .mobile-header-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 24px;
    }

    .mobile-header-logo {
        width: 21px !important;
        height: 40px !important;
        object-fit: contain;
    }

    #burgerBtn {
        width: 44px;
        height: 40px;
        display: block;
    }
}
