/* Able App - Problems section */
.able-problems-section .ableProblemsContainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(32px, 6vw, 80px);
  margin: 0;
}

.able-problems-section .left {
  flex: 1;
  max-width: clamp(400px, 45vw, 540px);
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 3vw, 60px);
}

.able-problems-section .heading {
  font-family: 'P22 Mackinac Pro', serif;
  font-weight: 500;
  font-size: clamp(28px, 4vw + 1rem, 48px);
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #333f5b;
  margin: 0;
}

.able-problems-section .lead {
  font-family: 'Avenir Next', sans-serif;
  font-size: clamp(16px, 2vw + 0.5rem, 20px);
  line-height: 1.6;
  color: #6d717b;
  margin: 0;
}

.able-problems-section .lead p{
  margin:0;
}

.able-problems-section .right {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.able-problems-section .imageContainer {
  position: relative;
  width: clamp(300px, 50vw, 858px);
  height: clamp(300px, 40vw, 800px);
}

.able-problems-section .heroImage {
  position: relative;
  width: 100%;
  top: 50px;
  left: 20px;
  height: 900px;
  object-fit: contain;
  border-radius: clamp(12px, 2vw, 24px);
}

@media (min-width: 481px) and (max-width: 1024px) {
  .able-problems-section .ableProblemsContainer {
    flex-direction: column;
    text-align: left;
    gap: clamp(32px, 5vw, 48px);
    align-items: center;
  }

  .able-problems-section .left {
    max-width: 100%;
    order: 1;
    text-align: center;
    gap: clamp(24px, 4vw, 32px);
    text-align: left;
  }

  .able-problems-section .heading {
    font-size: clamp(36px, 5vw + 1rem, 44px);
    line-height: 1.15;
    letter-spacing: -0.025em;
  }

  .able-problems-section .lead {
    font-size: clamp(18px, 2.5vw + 0.5rem, 22px);
    line-height: 1.5;
    max-width: 600px;
    margin: 0 auto;
  }

  .able-problems-section .right {
    order: 2;
    width: 100%;
    max-width: 500px;
  }

  .able-problems-section .imageContainer {
    width: clamp(350px, 60vw, 450px);
    height: clamp(350px, 60vw, 450px);
  }

  .able-problems-section .heroImage {
    position: relative;
    top: 0;
    left: 0;
    height: 600px;
    object-fit: contain;
  }
}

@media (min-width: 1440px) and (max-width: 1440px) {
  .able-problems-section .imageContainer {
    width: clamp(300px, 50vw, 858px);
    height: clamp(300px, 41vw, 800px);
  }
}

@media (max-width: 1024px) {
  .able-problems-section .ableProblemsContainer {
    flex-direction: column;
    text-align: left;
    gap: clamp(24px, 6vw, 48px);
  }

  .able-problems-section .left {
    max-width: 100%;
    order: 1;
  }

  .able-problems-section .right {
    order: 2;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .able-problems-section .ableProblemsContainer {
    gap: clamp(20px, 8vw, 32px);
    text-align: left;
  }

  .able-problems-section .left {
    text-align: left;
  }

  .able-problems-section .heading {
    font-size: clamp(28px, 7vw, 32px);
    line-height: 1.2;
    letter-spacing: -0.02em;
  }

  .able-problems-section .lead {
    font-size: clamp(15px, 5vw, 19px);
    line-height: 1.6;
  }

  .able-problems-section .imageContainer {
    width: clamp(250px, 93vw, 349px);
    height: clamp(250px, 80vw, 320px);
  }

  .able-problems-section .heroImage {
    height: 170%;
    left: 0;
  }
}
