/* @media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1170;
  }
} */

/* Adjust for smaller screens */
@media (max-width: 768px) {
  .custom-caption h1 {
    font-size: 2rem !important; /* Scale down font size for smaller screens */
  }
  .custom-caption p {
    font-size: 1rem !important; /* Scale down paragraph font size */
  }
}