.bg {
  background-image: url("../asset/about-us/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}

/* Mobile: reduce font sizes */
@media (max-width: 768px) {
  p {
    font-size: 0.9rem !important;
  }

  p.text-lg {
    font-size: 0.95rem !important;
  }

  p.text-sm {
    font-size: 0.75rem !important;
  }
}