.menu-grid {
    flex-direction: column;
}

.menu-box {
    width: 100%;
}

.cta-grid a {
    width: 100%;
}

.cta-grid a span {
    width: 100%;
}

.footer-col {
    width: 100%;
}

.btn-navbar span {
    width: 100% !important;
    display: block;
    text-align: center;
}

.grve-toggle-menu ul.grve-menu li a {
    padding-top: 0px;
    padding-bottom: 30px;
}

a.btn-navbar {
    font-size: 24px !important;
}

.btn-navbar:hover span {
    background-color: var(--ttc-color-main);
    color: var(--ttc-color-light) !important;
    border: solid 3px var(--ttc-color-sub) !important;
}

.tabs {
    margin-left: 0;
    margin-right: 0;
}

.all-menu-box {
    width: 100%;
    flex-direction: column;
}

.all-menu-img-wrapper {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.all-menu-img-wrapper.empty {
    width: 0;
}

.all-menu-title-wrapper {
    /*text-align: left;*/
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.gallery-item {
    width: 100%;
}

.article-body .article-content , .article-body .article-sidebar {
    width: 100%;
}
.article-body .article-details {
    width: 100%;
}
.text-lg {
    font-size: 21px;
}

.article-sidebar {
    margin-top: 30px;
}
.article-sidebar h3 {
    font-size: 36px;
}