.page-country .site-main {
  background: var(--color-sand);
}

.country-page__crumbs {
  margin: 20px 0 0;
  color: var(--color-navy);
}

.page-country .country-page {
  padding: 56px 0 88px;
}

.country-content-wrap {
  min-width: 0;
}

.page-country .optima-section--band {
  width: 100%;
  max-width: 100%;
  margin-right: 0;
  margin-left: 0;
  padding: 44px clamp(22px, 4vw, 48px);
}

.page-country .optima-section:not(.optima-section--band) {
  padding: clamp(28px, 4vw, 48px);
  background: #fff;
  box-shadow: 0 12px 36px rgba(32, 72, 109, 0.07);
}

.page-country .optima-content {
  gap: 32px;
}

.page-country .optima-card {
  border: 1px solid rgba(32, 72, 109, 0.07);
}

.page-country .country-sidebar {
  margin-top: 0;
}

@media (max-width: 991.98px) {
  .page-country .country-page__layout {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .page-country .country-sidebar {
    display: block;
    order: -1;
    position: static;
  }
}

@media (max-width: 639.98px) {
  .page-country .country-page {
    padding: 36px 0 56px;
  }

  .page-country .optima-section:not(.optima-section--band),
  .page-country .optima-section--band {
    padding: 26px 20px;
  }
}
