@media (max-width: 1399px) {
  .main-h1 {
    font-size: 65px;
  }

  .main-h2 {
    font-size: 55px;
  }

  .main-h3 {
    font-size: 44px;
  }

  .font-normal {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
  }

  .font-2xl {
    font-size: 20px;
    font-weight: 400;
  }
}

@media (min-width: 1280px) {
  .footer-corner-svg {
    right: 8px;
    top: -22px;
    width: 117px;
    height: 122px;
    display: block;
  }
}

@media (max-width: 991px) {

  .process-section,
  .inner-container {
    padding-inline: 30px;
  }

  .main-h1 {
    font-size: 55px;
  }

  .main-h2 {
    font-size: 50px;
  }

  .main-h3 {
    font-size: 30px;
  }

  .font-normal {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
  }

  .font-2xl {
    font-size: 18px;
    font-weight: 400;
  }

  .dialogue-box {
    padding: 50px 40px;
  }

  .forbrugslaan-bg {
    max-width: 540px;
  }

  .dialogue-box p {
    font-size: 14px;
  }

  .hero-content {
    width: 500px;
  }

  .hero-section {
    min-height: 440px;
  }

  .hero-section .svg {
    top: 247px;
  }
  .btn-primary {
    font-size: 18px;
}
}

@media (max-width: 767px) {
  .btn-primary {
    font-size: 16px;
}
  .loan-section {
    padding: 25px 0px;
  }

  .process-section,
  .inner-container {
    padding-inline: 20px;
  }

  .main-h1 {
    font-size: 40px;
  }

  .main-h2 {
    font-size: 32px;
  }

  .main-h3 {
    font-size: 27px;
  }

  .font-normal {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
  }

  .font-2xl {
    font-size: 18px;
    font-weight: 400;
  }

  .loan-section-alt .heading {
    font-size: 30px;
    color: #003C28;
    font-weight: 700;
    padding-bottom: 20px;
  }

  .loan-section-alt p {
    font-size: 14px;
    line-height: 1.6;
    color: oklch(21% .034 264.665);
  }

  header {
    justify-content: space-between;
  }

  nav,
  .header-buttons {
    display: none;
    /* hide on mobile */
  }

  .hamburger {
    display: flex;
    /* show only on mobile */
  }

  .hero-section {
    justify-content: end;
    min-height: auto;
  }

  .hero-content {
    position: relative;
    width: 100%;
    clip-path: none;
    padding: 32px 20px;
  }

  .hero-section .svg {
    position: relative;
    top: -30px;
    right: auto;
    width: 60px;
    margin: 0 auto;
    display: block;
  }

  .hero-section .hero-bg {
    order: 2;
  }

  .forbrugslaan-section {
    background: none;
    /* remove bg image */
    min-height: auto;
    display: flex;
    flex-direction: column;
  }

  .forbrugslaan-bg {
    max-width: 100%;
  }

  .dialogue-box {
    width: 100%;
    padding: 32px 20px;
    text-align: left;
  }

  /* Place background image below text */
  .forbrugslaan-section::after {
    content: "";
    display: block;
    background: url("./assets/Coconut-Tree.png") no-repeat center center/cover;
    width: 100%;
    height: 280px;
    margin-bottom: 20px;
  }

  .forbrugslaan-bg svg {
    display: none;
    /* hide decorative svg */
  }
  
  .loan-info-section p {
    font-size: 16px;
    /* smaller text */
    line-height: 24px;
  }

  .loan-info-top {
    margin-bottom: 30px;
    /* less gap */
  }

  .loan-info-top .main-h2,
  .loan-info-bottom .main-h3 {
    font-size: 22px;
  }

  .loan-info-section p {
    text-align: justify;
    /* or center if you prefer */
  }

  .loan-box {
    background: var(--color-warm-yellow);
    padding: 40px 20px;
  }

  .loan-safety-section {
    padding-block: 30px 25px;
  }

  .loan-safety-section .main-h2 {
    font-size: 22px;
  }

  .loan-safety-section .main-h3 {
    font-size: 18px;
  }

  .loan-safety-section p {
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    /* better readability on small screens */
  }

  .loan-safety-section ul {
    margin-left: 16px;
    padding-left: 12px;
  }

  .loan-safety-section ul li {
    font-size: 16px;
    line-height: 24px;
  }

  .loan-safety-section a {
    display: inline-block;
    margin-top: 10px;
    font-size: 16px;
  }

  .review-section p {
    font-size: 14px;
    line-height: 1.6;
  }

  .footer-heading {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
  }

  .footer-phone {
    font-size: 2rem;
    font-weight: 800;
    color: #f8e9a1;
    margin-top: 10px;
  }

  .logo {
    font-size: 1.6rem;
    font-weight: 800;
    color: #f8e9a1;
    display: flex;
    flex-direction: column;
    align-items: start;
  }

  .footer-head {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  .feature p {
    color: var(--white);
    font-size: 16px;
}
.step-title {
  font-size: 18px;
}
.step-number {
  width: 28px;
  height: 28px;
}
.accordion-body {
  font-size: 14px;
}
.logo svg {
  max-width: 100px;
}
header {
  padding-block: 25px;
}
}