#sec_question {
    padding: 4rem;
}

.head_question {
    font-size: 35px;
    color: #bf1f2f;
    font-weight: 600;
    text-align: center;
}

/* start accordion */
.accordion {
  background-color: #670800;
  color: rgb(255, 255, 255);
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #670800;
}

.accordion:after {
  content: '\2304';
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-size: 24px;
  float: right;
  margin-left: 5px;
  margin-top: -1rem;
}

.active:after {
  content: "\2303";
  margin-top: 0rem;
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  font-size: 18px;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
/* end accordion */

#banner_banneques {
  padding: 8rem;
}

.txt_heaadques {
    font-size: 35px;
    color: white;
    font-weight: 600;
    text-align: center;
}






/*-----------------------------------------
    RESPONSIVE
-------------------------------------------*/

@media screen and (min-width:320px) and (max-width:460px) {

#sec_question {
    padding: 1rem;
}

.head_question {
    font-size: 24px;
    color: #bf1f2f;
    font-weight: 600;
    text-align: center;
}

/* start accordion */
.accordion {
  background-color: #670800;
  color: rgb(255, 255, 255);
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 14px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #670800;
}

.accordion:after {
  content: '\2304';
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-size: 24px;
  float: right;
  margin-left: 5px;
  margin-top: -1rem;
}

.active:after {
  content: "\2303";
  margin-top: 0rem;
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  font-size: 14px;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
/* end accordion */

#banner_banneques {
  padding: 2rem;
}

.txt_heaadques {
    font-size: 18px;
    color: white;
    font-weight: 600;
    text-align: center;
}

}



@media screen and (min-width:461px) and (max-width:767px) {

    #sec_question {
    padding: 1rem;
}

.head_question {
    font-size: 24px;
    color: #bf1f2f;
    font-weight: 600;
    text-align: center;
}

/* start accordion */
.accordion {
  background-color: #670800;
  color: rgb(255, 255, 255);
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 14px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #670800;
}

.accordion:after {
  content: '\2304';
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-size: 24px;
  float: right;
  margin-left: 5px;
  margin-top: -1rem;
}

.active:after {
  content: "\2303";
  margin-top: 0rem;
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  font-size: 14px;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
/* end accordion */

#banner_banneques {
  padding: 2rem;
}

.txt_heaadques {
    font-size: 18px;
    color: white;
    font-weight: 600;
    text-align: center;
}


}



@media screen and (min-width:768px) and (max-width:1024px) {


#sec_question {
    padding: 1rem;
}

.head_question {
    font-size: 24px;
    color: #bf1f2f;
    font-weight: 600;
    text-align: center;
}

/* start accordion */
.accordion {
  background-color: #670800;
  color: rgb(255, 255, 255);
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 14px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #670800;
}

.accordion:after {
  content: '\2304';
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-size: 24px;
  float: right;
  margin-left: 5px;
  margin-top: -1rem;
}

.active:after {
  content: "\2303";
  margin-top: 0rem;
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  font-size: 14px;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
/* end accordion */

#banner_banneques {
  padding: 4rem;
}

.txt_heaadques {
    font-size: 24px;
    color: white;
    font-weight: 600;
    text-align: center;
}


}

