
  /* Mission & Vision Section */
  .vision_mission_section {
    background: #fff;
    padding: 60px 0;
  }

  /* Button & Title (Left Aligned) */
  .vision_mission_button {
    display: inline-block;
    background: white;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: bold;
    border: 2px solid #FF6600;
    text-align: left;
  }

  .vision_mission_title {
    font-size: 36px;
    font-weight: bold;
    margin-top: 10px;
    color: #222;
    text-align: left;
  }

  /* Vision & Mission Statements */

  .mission_statement {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    display: block;
    margin-left: -70%;
    margin-right: 0%;
    margin-top: -20%;
}


  .vision_title {
    font-size: 18px;
    color: #FF6600;
    font-weight: normal !important;
    display: block;
    margin-left: -210%;
    margin-right: auto;
    margin-top: 20%;
}
.vision_statement {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  display: block;
  margin-left: -40%;
  margin-right: -40%;
  text-align: left;
  margin-top: -20%;
}
.mission_title {
  font-size: 18px;
  color: #FF6600;
  font-weight: normal !important;
  display: grid;
  margin-left: -100%;
  margin-right: auto;
  margin-top: 20%;
}

  /* Image Styling */
  .vision_mission_image {
    text-align: center;
    margin-top: 40px;
  }

  .vision_mission_image img {
    width: 100%;
    object-fit: cover;
  }
