.container {
  max-width: 1600px;
}

#body-wrapper > .container > .content-item {
  max-width: 1500px;
}

.navbar-brand img,
.navbar-brand svg {
  height: 70px;
}

.modular-features .frame-box {
  max-width: inherit;
}

:root[data-theme='dark'] .navbar-brand img {
  filter: invert(1);
}


#footer > .container > p {
  display: none;
}

.dropmenu a {
  border-radius: var(--q2-radius-lg);
}

@media (min-width: 1024px) {
    .modular-features .columns {
        display: flex;
        justify-content: space-around;
        gap: 1.25rem;
    }

    .modular-features .column {
        flex: 0 1 350px;
    }
}
