#faq {
  padding-top: 60px;
  padding-bottom: 60px;
}

#faq h1 {
  margin-bottom: 10%;
  margin-top: 5%;
  font-weight: 800;
}
.help-section{
  width: 100%;
  display: flex;
  background-color: #0D0F12;
  flex-direction: row;
  padding: 5px;
  border-radius: 5px;
}

.help-section-cont-1{
  width: 40%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  text-align: center;
  background-color: #08090B;
  border-radius: 5px;
}
.help-section-cont-1 h2{
  font-weight: 600;
  font-size: 28px;
  color: #fff;
  text-align: left;
  padding: 40px 0px 0px 20px;
}
.help-section-cont-1 p{
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  text-align: left;
  padding: 20px 0px 0px 20px;
}
.help-section-cont-1 ul {
  list-style: none;
  padding: 0px 0px 0px 20px;
}
.help-section-cont-1 ul li{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  margin-top: 18px;
}
.help-section-cont-1 ul li p{
  font-weight: 400;
  font-size: 16px;
  padding: 0px;
  color: #fff;
}
.help-section-links{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}
.help-section-links a{
  text-decoration: none;
}
.help-section-cont-2{
  width: 60%;
  background-color: #0D0F12;
  padding: 0px 20px
}
.form-help-1{
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.form-help-item{
  width: 50%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  padding-inline: 20px;
}
.form-help-item label{
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  margin-top: 40px;
}
.form-help-item input{
  width: 100%;
  height: 40px;
  color: #40CD76;
  padding-left: 5px;
  border-left: none;
  border-right: none;
  border-top: none;
  background-color: transparent;
}
.form-help-2{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; 
  gap: 10px;
  padding: 20px;
}
.form-help-item-2 {
  display: flex;
  align-items: center;
  gap: 5px;
}

.form-help-item-2 label{
  color: #fff;
}
input[type="radio"] {
  appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #ccc;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

input[type="radio"]:checked {
    border-color: #40CD76;
}

input[type="radio"]:checked::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #40CD76;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.form-tittle{
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  padding-left: 20px;
  padding-top: 50px;
}
.form-help-3{
  display: flex;
  flex-direction: column;
  padding: 20px;
  width: 100%;
}
.form-help-3 label{
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  margin-top: 40px;
}
.form-help-3 input{
  width: 100%;
  height: 40px;
  color: #40CD76;
  padding-left: 5px;
  border-left: none;
  border-right: none;
  border-top: none;
  background-color: transparent;
}
.form-help-4{
  display: flex;
  justify-content: right;
  padding: 60px 20px;
  width: 100%;
}
.form-help-4 button{
  width: 50%;
}
@media (min-width: 992px) {
  #faq h1 {
    text-align: center;
    font-size: 35px;
  }
}
@media screen and (max-width: 991px) {
  .help-section{
    flex-direction: column;
  }
  .help-section-data{
    width: 100%;
  }
  .help-section-cont-1{
    width: 100%;
  }
  .help-section-cont-2{
    padding: 0px;
    width: 100%;
  }
  .help-section-cont-1 h2{
    font-size: 20px;
    text-align: center;
    padding: 60px 10px 20px 10px;
    margin: auto;
  }
  .help-section-cont-1 p{
    font-size: 12px;
    text-align: center;
    padding: 10px 30px;
    font-weight: 600;
  }
  .help-section-cont-1 ul li{
    padding-left: 30px;
  }
  .help-section-links{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }
  .help-section-links{
    justify-content: center;
  }
  .help-section-links > div:nth-child(2) {
    display: none;
}
.help-section-cont-1 ul {
  margin: auto;
  padding: 10px;
}
.help-section-cont-1 ul li p{
  font-size: 12px;
}
.help-section-cont-1 ul li img{
  width: 20px;
  height: 16px;
}
.help-section-links img{
  width: 20px;
  height: 20px;
}
.form-help-3 label{
  margin-top: 10px;
}
.form-help-4 button{
  width: 70%;
  margin: auto;
}
}

@media screen and (max-width: 767px) {
  #faq {
    padding-top: 25px;
  }
  #faq h1 {
    margin-bottom: 20%;
    text-align: center;
  }
  .form-help-item{
    width: 100%;
  }
  .help-section {
    padding-block: 1.7rem;
    padding-inline: 1.5rem;
  }
  .help-section-cont-1 h2 {
    font-size: 16px;
    font-weight: 700;
  }
  .help-section-links {
    margin-top: 1.5rem;
    margin-bottom: 1.1rem;
  }
  .help-section-links-cont {
    display: flex;
    gap: 0.8rem
  }
  .form-help-item label{
    font-size: 12px;
  }
  .form-help-item input {
    height: 32px;
  }
  .form-tittle{
    font-size: 14px;
    padding-inline: 0;
  }
  .form-help-1 {
    flex-direction: column;
  }
  .form-help-2 {
    padding-inline: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .form-help-item {
    padding-inline: 0;
  }
  .form-help-item-2 label {
    font-size: 12px;
  }
  .form-help-3 {
    font-size: 12px;
    padding-inline: 0;
    padding-top: 0.5rem;
  }
  .form-help-3 input {
    height: 32px;
    padding-left: 0;
    font-size: 14px;
  }
  .form-help-3 input:focus {
    padding-left: 5px;
  }
  .form-help-3 label {
    margin-bottom: 0.3rem;
  }
  .form-help-4 button {
    font-weight: 700;
    font-weight: 900;
    line-height: 1px;
  }
  .form-help-4 {
    padding: 60px 20px 20px;
  }
}

@media(max-width: 380px) {
  .help-section-cont-1 ul li {
    padding-left: 0;
    word-break: break-word;
  }
}

.faq__card__item__head{
  color: #fff;
}
.terminos-titulo{
  color: #fff;
}
.faq__card{
  width: 80%;
  margin: auto;
}
.faq__card hr{
  margin-top: 50px;
}
.faq__card__item ul{
  color: #fff;
  padding-left: 20px;
}
.faq__card__item__head{
  margin-top: 10px;
}
.terms-card{
  background-color: #0D0F12;
  margin-top: 45px ;
  border-radius: 20px;
}
.terms-title{
  color: #29C480;
}
.tutorial-title{
  color: #fff;
  font-size: 20px;
  padding-bottom: 10px;
}