#company-intro-box {
  max-width: 100%;
  margin: 0px auto;
  padding: 20px 30px;
  background-color: #9CD2EE;
  border-radius: 0px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  font-family: 'Montserrat', sans-serif;

  background-image: url('../img/welcome_text_bg.png'); /* Replace with your actual PNG path */
  background-repeat: no-repeat;
  background-position: 26px center; /* Adjust left margin here */
  background-size: 500px auto; /* Optional: control image size */
}

#company-intro-box h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #ffffff;
  padding-left: 80px;
}

#company-intro-box p {
  font-size: 14px;
  line-height: 1.2;
  color: #4A4A4A;
  text-align: justify;
  text-justify: inter-word;
  max-width: 90%;
  margin: 0 auto;
  text-shadow: none !important;
}
