.tealwood-portal-page .content {
  width: min(1680px, calc(100% - 3rem));
  padding-top: 1.5rem;
}

.tealwood-portal-page .header-inner {
  width: min(1680px, calc(100% - 3rem));
}

@media (max-width: 850px) {
  .tealwood-portal-page .content {
    width: min(900px, calc(100% - 2rem));
  }

  .tealwood-portal-page .header-inner {
    width: calc(100% - 2rem);
  }
}
