/* Default: full width on all smaller screens */
.container-md {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

/* ≥768px (md breakpoint) */
@media (min-width: 768px) {
  .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .limit-desktop-width {
    max-width: 400px;
  }
}

@media (min-width: 992px) {
  .limit-desktop-width-sm {
    max-width: 200px;
  }
}

@media (min-width: 992px) {
  .limit-desktop-width-video {
    max-width: 200px;
  }
}

.nav-link:hover {
  color: #0d6efd !important;
  text-decoration: underline;
}

h2 {
  font-size: 1.8rem;
  font-weight: 600;
}

.fw-bold {
  font-weight: 600 !important;
}

p {
  line-height: 1.6;
}

.mt-5 {
  margin-top: 4rem !important;
}

@media (max-width: 576px) {
  p {
    font-size: 0.95rem;
  }

  h2 {
    font-size: 1.5rem;
  }
}
