.breadcrum {
  width: 320px !important;
}

section {
  display: flex;
  justify-content: center;
}

.container {
  padding: 50px 0 50px 80px;
}

.insurance-guide-section-1 .container {
  display: flex;
  gap: 20px;
  position: relative;
  align-items: center;
}

.img-container {
  max-width: 602px;
  max-height: 369.8px;
  width: 100%;
  height: auto;
}

.intro-details {
  max-width: 730px;
  width: 100%;
}

.intro-details h2 {
  margin-bottom: 12px;
  line-height: 60px;
}

.intro-details p {
  color: #00000099;
}


/*---insurance-guide-section-2---*/
.insurance-guide {
  width: 414px;
  height: 512px;
  background-color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  flex-shrink: 0;
}

.insurance-guide img {
  width: 130px;
  height: 192.9px;
  margin-bottom: 24px;
}

.insurance-guide h2 {
  color: #fee823;
  margin-bottom: 18px;
  text-align: center;
  max-width: 340px;
}

.insurance-guide p {
  color: #ffffff !important;
  margin-bottom: 24px;
  text-align: center;
  max-width: 340px;
}

.insurance-guide button {
  background-color: #fee823;
  border-radius: 12px;
  border: none;
  outline: none;
  width: 234px;
  height: 48px;
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
}

.insurance-guide button:hover {
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.faq-section {
  background-color: #f8f5f0 !important;
}

.faq-section .container {
  padding: 50px 80px;
  display: flex;
  gap: 32px;
  align-items: flex-start;
  justify-content: space-between;
}

.faq-questions {
  gap: 0 !important;
  max-width: 758px;
  width: 100%;
  /* flex: 1 !important; */
}

.faq-questions h3 {
  font-size: 20px !important;
  font-weight: 500;
}

.faq-questions p {
  color: #262525 !important;
}

.faq-questions details {
  border: 1px solid #0000001e;
}

.faq-questions details summary {
  padding: 24px 36px !important;
  background-color: #ffffff;
  gap: 10px !important;
}

.faq-questions details .answer {
  padding: 24px 36px !important;
}

.faq-questions details[open]>.answer {
  border: 1px solid #0000001e;
}

.faq-questions details[open]>summary {
  border: none !important;
}

.faq-questions details summary img {
  width: 30px !important;
  height: 30px !important;
}




/*-------------------
   Smaller desktop
-------------------*/
@media(max-width: 1200px) {
  .intro-details {
    width: 498px;
    flex-shrink: 0;
  }

  .img-container {
    width: clamp(420px, calc(71.37vw - 311.5px), 602px);
  }
}




/*-------------------
    Tablet view
-------------------*/
@media(max-width: 1024px) {
  .container {
    padding: 50px 40px;
  }

  .intro-details h2 {
    line-height: 42px;
  }

  .insurance-guide-section-1 .container {
    flex-direction: column;
  }

  .intro-details,
  .img-container {
    max-width: unset;
    max-height: unset;
    width: 100%;
  }

  .faq-section .container {
    padding: 50px 40px;
    flex-direction: column;
    align-items: center;
  }

  .faq-questions {
    width: 100% !important;
    max-width: 794px;
  }

  .insurance-guide {
    width: 371px;
    height: 419.8px;
  }

  .insurance-guide img {
    width: 105px;
    height: 155.8px;
    margin-bottom: 18px;
  }

  .insurance-guide h2 {
    margin-bottom: 12px;
  }

  .insurance-guide p {
    margin-bottom: 18px;
  }
}





/*-------------------
     Mobile view
-------------------*/
@media(max-width: 767px) {
  .container {
    padding: 36px 24px;
  }

  .intro-details h2 {
    line-height: 32px;
  }

  .faq-questions details summary h3 {
    font-size: 17px !important;
    font-weight: 500 !important;
    line-height: auto !important;
  }

  .faq-section .container {
    padding: 36px 16px;
  }

  .faq-questions details summary,
  .faq-questions details .answer {
    padding: 24px 10px !important;
  }

  .faq-questions details summary img {
    width: 24px !important;
    height: 24px !important;
  }

  .insurance-guide {
    width: 325px;
    height: 388.89px;
  }

  .insurance-guide p {
    max-width: 300px;
  }
}