* {
  margin: 0;
  padding: 0;
}
.ISO-section {
  padding: 50px 70px;
  background: url("../images/Rectangle\ 319\ \(5\).png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.ISO-sec-headings h5{
  font-family: Merriweather;
  font-weight: 700;
  font-style: Bold;
  font-size: 36px;

  letter-spacing: 1%;

  color: #1c3f94;
  padding-bottom: 25px;
}
.ISO-sec-headings span {
  color: #ee1b22;
}
.ISO-sec-img {
  display: flex;
  justify-content: space-between;
  gap: 45px;
}
.ISO-img {
  width: 100%;
  height: auto;
  max-width: 410px;
}


/* ========================= */
/* ✅ RESPONSIVE ISO SECTION */
/* ✅ NO CONTENT CHANGE */
/* ========================= */

/* ---------- Large Tablets & Small Laptops (1024px and below) ---------- */
@media (max-width: 1024px) {
  .ISO-section {
    padding: 40px 40px;
  }

  .ISO-sec-headings h5 {
    font-size: 30px;
    text-align: center;
  }

  .ISO-sec-img {
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .ISO-img {
    max-width: 300px;
  }
}

/* ---------- Tablets (768px and below) ---------- */
@media (max-width: 768px) {
  .ISO-section {
    padding: 35px 25px;
  }

  .ISO-sec-headings h5 {
    font-size: 26px;
  }

  .ISO-sec-img {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }

  .ISO-img {
    max-width: 280px;
  }
}

/* ---------- Mobile (576px and below) ---------- */
@media (max-width: 576px) {
  .ISO-section {
    padding: 30px 15px;
  }

  .ISO-sec-headings h5 {
    font-size: 22px;
    line-height: 32px;
  }

  .ISO-sec-img {
    gap: 20px;
  }

  .ISO-img {
    width: 100%;
    max-width: 240px;
  }
}

/* ---------- Small Mobile (420px and below) ---------- */
@media (max-width: 420px) {
  .ISO-sec-headings h5 {
    font-size: 20px;
  }

  .ISO-img {
    max-width: 210px;
  }
}
