@import url('https://fonts.googleapis.com/css?family=Hind:300,400&display=swap');

* {
  box-sizing: border-box;
}
*::before,
*::after {
  box-sizing: border-box;
}

/* .container {
  margin: 0 auto;
  padding: 4rem;
  width: 48rem;
} */

.hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-block: 30px;
}

/* .hero .content-container {
  max-width: 1150px;
  width: 80%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
}

.hero .content-container .image-container {
  width: 400%;
  border-radius: 10px;
  overflow: hidden;
}

.hero .content-container .content {
  font-size: 18px;
  color: var(--para-color);
} */



/* Styles for the benefits section */

/* Styles for the buttons */


.cta {
    margin-top: auto;
    align-self: center;
}

/* Media query for smaller screens */
@media screen and (max-width: 924px) {
  .hero .heading {
    width: 80%;
    text-align: center;
  }
  .hero .heading h1 {
    font-size: 27px;
  }
  .hero .content-container {
    flex-direction: column;
  }
  .hero .content-container .image-container {
    width: 100%
  }

  .content button {
    margin-top: 30px;
    text-align: center;
width: 100%;
  }
}



/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

/* Style for the heading row */
.title h3 {
    text-align: center;
    margin-bottom: 40px;
}

/* Style for the two-column layout */

.faq-and-contact {
  margin-block: 50px;
  /*! background: yellow; */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.faq-and-contact .content {
    display: flex;
    flex-wrap: wrap;
    max-width: var(--max-width);
    width: 90%;
    gap: 40px;
}

/* Style for the FAQ and contact form columns */
.faq, .contact-form {
    flex: 1;
}

/* Style for the FAQ accordion items */


