   * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
    .voice-section {
      background: url("../images/Rectangle\ 315\ \(1\).png");
       box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
       background-repeat: no-repeat;
       background-size: cover;
       background-position: center;
    }

  
    .voice-section-div {
      padding: 30px 70px;
      /* background-color: aquamarine; */
    }
    .voice-section-div-upper {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 35px;
    }
    .voice-section-div-upper-content {
      display: flex;
      justify-content: space-around;
      flex-direction: column;
      height: 100%;
      gap: 0px;
    }
    .voice-section-div-middle {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 35px;
      text-align: right;
      padding-top: 50px;
    }
    .voice-section-div-bottom {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 35px;
      padding-top: 50px;
    }
    .voice-section-div-bottom-left {
      display: flex;
      justify-content: center;
      gap: 12px;
    }
    .voice-section-div-bottom-right {
      display: flex;
      text-align: right;
      justify-content: center;
      gap: 12px;
    }
    .voice-section-div-upper-content {
      display: flex;
      flex-direction: column;

      gap: 15px;
    }
    .voice-section-div-upper-content div h2 {
      font-family: Merriweather;
      font-weight: 700;
      font-style: Bold;
      font-size: 60px;
      leading-trim: NONE;
      line-height: 100%;
      letter-spacing: 0%;
      vertical-align: middle;
      color: #1c3f94;
    }

    .voice-section-div-upper-content div p {
      font-family: Poppins;
      font-weight: 400;
      font-style: Regular;
      font-size: 16px;
      leading-trim: NONE;
      line-height: 25px;
      letter-spacing: 0%;
      color: #fff;
      padding-top: 0px;
    }

    .voice-section-div-upper-content div h4 {
      font-family: Poppins;
      font-weight: 600;
      font-style: SemiBold;
      font-size: 36px;
      leading-trim: CAP_HEIGHT;
      line-height: 100%;
      letter-spacing: -3%;
      vertical-align: middle;
      color: #1c3f94;
    }

    .voice-section-div-upper-content div h6 {
      font-family: Poppins;
      font-weight: 400;
      font-style: Regular;
      font-size: 24px;
      leading-trim: CAP_HEIGHT;
      line-height: 100%;
      letter-spacing: -3%;
      vertical-align: middle;
      color: #1c3f94;
      padding-top: 0px;
    }
    .voice-section-div-upper-content div p {
      font-family: Poppins;
      font-weight: 400;
      font-style: Regular;
      font-size: 16px;
      leading-trim: NONE;
      line-height: 25px;
      letter-spacing: 0%;
      color: #fff;
    }

    .voice-section-div-upper-content div button {
      border: none;
      color: #ee1b22;
      font-family: Poppins;
      font-weight: 600;
      font-style: SemiBold;
      font-size: 16px;
      leading-trim: NONE;
      line-height: 100%;
      letter-spacing: 1%;
      background: transparent;
      padding-top: 0px;
    }

    /* middle content  */

    .voice-section-div-middle-content div h4 {
      font-family: Poppins;
      font-weight: 600;
      font-style: SemiBold;
      font-size: 36px;
      leading-trim: CAP_HEIGHT;
      line-height: 100%;
      letter-spacing: -3%;
      vertical-align: middle;
      color: #1c3f94;
    }

    .voice-section-div-middle-content div h6 {
      font-family: Poppins;
      font-weight: 400;
      font-style: Regular;
      font-size: 24px;
      leading-trim: CAP_HEIGHT;
      line-height: 100%;
      letter-spacing: -3%;
      vertical-align: middle;
      color: #1c3f94;
      padding-top: 10px;
    }
    .voice-section-div-middle-content div p {
      font-family: Poppins;
      font-weight: 400;
      font-style: Regular;
      font-size: 16px;
      leading-trim: NONE;
      line-height: 25px;
      letter-spacing: 0%;
      color: #fff;
      padding-top: 10px;
    }

    .voice-section-div-middle-content div button {
      border: none;
      color: #ee1b22;
      font-family: Poppins;
      font-weight: 600;
      font-style: SemiBold;
      font-size: 16px;
      leading-trim: NONE;
      line-height: 100%;
      letter-spacing: 1%;
      background: transparent;
      padding-top: 10px;
    }

    /* bottom part  */

    .voice-section-div-bottom-content p {
      font-family: Poppins;
      font-weight: 400;
      font-style: Regular;
      font-size: 16px;
      leading-trim: NONE;
      line-height: 25px;
      letter-spacing: 0%;
      color: #fff;
    }
    .voice-section-div-bottom-content h5 {
      font-family: Poppins;
      font-weight: 700;
      font-style: Bold;
      font-size: 20px;
      leading-trim: NONE;
      line-height: 100%;
      letter-spacing: 0%;
      vertical-align: middle;
      color: #1c3f94;
      /* padding-top: 12px; */
    }
    .voice-section-div-bottom-content h6 {
      font-family: Poppins;
      font-weight: 400;
      font-style: Regular;
      font-size: 16px;
      leading-trim: NONE;
      line-height: 100%;
      letter-spacing: 0%;
      vertical-align: middle;
      color: #1c3f94;
      padding-top: 12px;
    }
    .voice-section-div-bottom-content button {
      font-family: Poppins;
      font-weight: 600;
      font-style: SemiBold;
      font-size: 16px;
      leading-trim: NONE;
      line-height: 100%;
      letter-spacing: 1%;
      color: #ee1b22;
      padding-top: 12px;
      background: transparent;
      border: none;
    }







   /* ============================
 /* ============================
   TABLET (max-width: 992px)
   ============================ */
@media (max-width: 1156px) {

  .voice-section-div {
    padding: 30px 40px;
  }

  /* STACK ALL MAIN SECTIONS */
  .voice-section-div-upper,
  .voice-section-div-middle,
  .voice-section-div-bottom {
    flex-direction: column !important;
    text-align: center !important;
    width: 100%;
  }

  /* IMAGE ALWAYS FIRST */
  .voice-section-div-upper-img,
  .voice-section-div-middle-img,
  .voice-section-div-bottom-left > div:first-child,
  .voice-section-div-bottom-right > div:last-child {
    order: -1;
  }

  /* CENTER CONTENT */
  .voice-section-div-upper-content,
  .voice-section-div-middle-content,
  .voice-section-div-bottom-content {
    text-align: center !important;
    align-items: center !important;
  }

  /* VICE PRINCIPALS ALWAYS FULL WIDTH */
  .voice-section-div-bottom-left,
  .voice-section-div-bottom-right {
    flex-direction: column !important;
    width: 100% !important;
    align-items: center !important;
    text-align: center !important;
    gap: 20px;
  }

  /* IMAGE RESPONSIVE */
  .voice-section-div-upper-img img,
  .voice-section-div-middle-img img,
  .voice-section-div-bottom-left img,
  .voice-section-div-bottom-right img {
    width: 100% !important;
    margin: auto !important;
    display: block;
  }
}

/* ============================
   MOBILE (max-width: 768px)
   ============================ */
@media (max-width: 768px) {

  .voice-section-div {
    padding: 25px 20px;
  }

  /* STACK EVERYTHING */
  .voice-section-div-upper,
  .voice-section-div-middle,
  .voice-section-div-bottom-left,
  .voice-section-div-bottom-right {
    flex-direction: column !important;
  }

  /* IMAGE ALWAYS FIRST */
  .voice-section-div-upper-img,
  .voice-section-div-middle-img,
  .voice-section-div-bottom-left > div:first-child,
  .voice-section-div-bottom-right > div:last-child {
    order: -1;
  }

  /* TEXT SIZE ADJUSTMENT */
  .voice-section-div-upper-content h2 {
    font-size: 42px;
  }

  .voice-section-div-upper-content p,
  .voice-section-div-middle-content p,
  .voice-section-div-bottom-content p {
    font-size: 14px;
    line-height: 22px;
       text-align: justify;
    padding: 0px 5px;
  }

  .voice-section-div-middle-content h4,
  .voice-section-div-upper-content h4 {
    font-size: 28px;
  }

  .voice-section-div-middle-content h6,
  .voice-section-div-upper-content h6 {
    font-size: 20px;
  }

  /* IMAGE SIZE MOBILE */
  .voice-section-div-upper-img img,
  .voice-section-div-middle-img img,
  .voice-section-div-bottom-left img,
  .voice-section-div-bottom-right img {
    width: 100% !important;
  }
}

/* ============================
   SMALL MOBILE (max-width: 480px)
   ============================ */
@media (max-width: 480px) {

  .voice-section-div {
    padding: 18px 10px;
  }

  /* SAME STACKING */
  .voice-section-div-upper,
  .voice-section-div-middle,
  .voice-section-div-bottom-left,
  .voice-section-div-bottom-right {
    flex-direction: column !important;
  }

  /* IMAGE ALWAYS FIRST */
  .voice-section-div-upper-img,
  .voice-section-div-middle-img,
  .voice-section-div-bottom-left > div:first-child,
  .voice-section-div-bottom-right > div:last-child {
    order: -1;
  }

  /* TEXT SMALL */
  .voice-section-div-upper-content h2 {
    font-size: 32px;
  }

  .voice-section-div-upper-content p,
  .voice-section-div-middle-content p,
  .voice-section-div-bottom-content p {
    font-size: 13px;
    text-align: justify;
    padding: 0px 5px;
  }

  button {
    font-size: 14px !important;
  }

  /* IMAGE FULL WIDTH */
  .voice-section-div-upper-img img,
  .voice-section-div-middle-img img,
  .voice-section-div-bottom-left img,
  .voice-section-div-bottom-right img {
    width: 100% !important;
  }
}




@media (max-width: 1000px) {
  /* Replace images */
  .img-1 { content: url("../images/Rectangle\ 281\ \(2\).png"); }
  .img-2 { content: url("../images/Rectangle\ 281\ \(3\).png"); }
  .img-3 { content: url("../teaching-staff/vice1.jpeg"); }
  .img-4 { content: url("../teaching-staff/vice3.jpg"); }

  /* Make ALL images equal size */
  .voice-img {
    width: 250px !important;     /* same width */
    height: 250px !important;    /* same height */
    object-fit: cover !important;
    margin: 0 auto;
    display: block;
    border-radius: 8px;
  }
}
