#mien_div {
  width: 100%;
  height: auto;
  display: flex;
}
.faqEachImgParent {
    margin-bottom: 20px;
}
.faqEachImgParent img {
  max-width: 120px;
}

#card-container {
  position: relative;
  margin-top: 10ch;
  margin-left: -15ch;
  width: auto;
  height: auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  z-index: 1;
}
#h1 {
  margin-left: 20ch;
}

.card {
  /* padding: 20px; */
  /* margin: 0px;
  max-width: 100vw;
  width: 70vw; */
}
.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-header p{
    margin-right: 10px;
}

.show-button {
  background-color: #007bff;
  color: #fff;
  border: none;
  padding: 8px 16px;
  cursor: pointer;
  border-radius: 4px;
}

.card-content {
  display: none;
  /* margin-top: 10px;
  margin-bottom: 20px; */
}

/* .card-content p {
  margin: 0;
} */

@media screen and (max-width: 320px) {
  #card-container {
    margin-top: 30ch;
    margin-left: 2ch;
    justify-content: center; /* Change the layout for smaller screens */
  }

  /* .card {
    width: 90vw; 
  } */
  #h1 {
    display: none;
    position: relative;
    margin-top: -50ch;
  }
}

@media screen and (max-width: 600px) {
  #card-container {
    margin-top: 30ch;
    margin-left: 2ch;
    justify-content: center; /* Change the layout for smaller screens */
  }

  /* .card {
    width: 90vw;
  } */
  #h1 {
    display: none;
    position: relative;
    margin-top: -50ch;
  }
}

@media screen and (max-width: 768px) {
  #card-container {
    margin-top: 30ch;
    justify-content: center; /* Change the layout for smaller screens */
  }

  /* .card {
    width: 90vw; 
  } */
  #h1 {
    margin-top: 110ch;

    margin-left: 5ch;
  }
}

/*  Footer */
/* Default styles for all screen sizes */
/* Original styles for all screen sizes */

#footer_color {
  background-color: #000000;
  color: #fff;
  padding: 20px 0;
  height: 60vh;
  margin-top: 50ch;
}

.footer_con {
  max-width: 1200px;
  margin: 0 auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.icon-phone-text,
.icon-phone-text2,
.icon-phone-text3 {
  margin-top: 10px;
  font-size: 13px;
}

.icon-phone-text2 {
  margin-left: -30ch;
}

#copy {
  margin-left: 17ch;
}

#pay {
  border: 1px solid #fff;
  width: 8vw;
  height: 10vh;
  border-radius: 8px;
}

#imgfoot {
  margin: 0;
}
#textemail {
  width: 20vw;
  margin-left: 7ch;
  margin-top: -5ch;
}
#textp {
  width: 20vw;
  margin-left: 7ch;
  margin-top: -1ch;
}
#usefull {
  margin: 0;
}
/* Responsive styles for smaller screens */
/* Responsive styles for smaller screens */

@media only screen and (max-width: 320px) {
  #footer_color {
    height: auto;
    margin-top: 10px;
  }
  #imgfoot {
    margin-left: 5ch;
    width: 60vw;
  }
  #textemail {
    width: 70vw;
  }
  #usefull {
    margin-left: 8ch;
  }
  #textp {
    width: 70vw;
  }
  .row {
    margin-top: -1ch;
    flex-direction: row;
  }

  .icon-phone-text2 {
    margin-left: 0ch; /* Corrected value */
  }

  #copy {
    margin-left: 0;
  }

  #pay {
    width: 60vw;
    border: 1px solid #fff;
    /* width: 8vw;/ */
    height: 20vh;
    margin-bottom: 1ch;
    border-radius: 8px;
  }

  #row3 {
    margin-top: 0ch;
    margin-left: 5ch; /* Adjusted value */
  }
}
@media only screen and (min-width: 321px) and (max-width: 425px) {
  #footer_color {
    height: auto;
    margin-top: 10px;
  }
  #imgfoot {
    margin-left: 5ch;
    width: 60vw;
  }
  #textemail {
    width: 70vw;
  }
  #usefull {
    margin-left: 8ch;
  }
  #textp {
    width: 70vw;
  }
  .row {
    flex-direction: row;
  }

  .icon-phone-text2 {
    margin-left: 0ch; /* Corrected value */
  }

  #copy {
    margin-left: 0;
  }

  #pay {
    width: 60vw;
    border: 1px solid #fff;
    /* width: 8vw;/ */
    height: 20vh;
    margin-bottom: 1ch;
    border-radius: 8px;
  }

  #row3 {
    margin-top: 10ch;
    margin-left: 5ch; /* Adjusted value */
  }
}

@media only screen and (min-width: 425px) and (max-width: 768px) {
  #footer_color {
    height: auto;
    margin-top: 10px;
  }
  #imgfoot {
    margin-left: 5ch;
    width: 60vw;
  }
  #textemail {
    width: 70vw;
  }
  #usefull {
    margin-left: 8ch;
  }
  #textp {
    width: 70vw;
  }
  .row {
    flex-direction: row;
  }

  .icon-phone-text2 {
    margin-left: 0ch; /* Corrected value */
  }

  #copy {
    margin-left: 0;
  }

  #pay {
    width: 60vw;
    border: 1px solid #fff;
    /* width: 8vw;/ */
    height: 20vh;
    margin-bottom: 1ch;
    border-radius: 8px;
  }

  #row3 {
    margin-top: 10ch;
    margin-left: 5ch; /* Adjusted value */
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  #footer_color {
    height: auto;
    margin-top: 10px;
  }
  #imgfoot {
    margin-left: 5ch;
    width: 60vw;
  }
  #textemail {
    width: 70vw;
  }
  #usefull {
    margin-left: 8ch;
  }
  #textp {
    width: 70vw;
  }
  .row {
    flex-direction: row;
  }

  .icon-phone-text2 {
    margin-left: 0ch; /* Corrected value */
  }

  #copy {
    margin-left: 0;
  }

  #pay {
    width: 60vw;
    border: 1px solid #fff;
    /* width: 8vw;/ */
    height: 20vh;
    margin-bottom: 1ch;
    border-radius: 8px;
  }

  #row3 {
    margin-top: 10ch;
    margin-left: 5ch; /* Adjusted value */
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  #row3 {
    margin-top: 0ch;
    margin-left: -20ch;
  }
}

/* Add more media queries as needed for different screen sizes */
