#help .tit-box{
	display: flex;
    align-items: center;
}

#help .titulo{
  font-size: 53px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: initial;
}

#help .card{
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #BBBBBB;
}

#help .card-header{
  background: transparent;
  border: 0;
}

#help .card button{
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

#help .card .tit{
  font-weight: 300;
  font-size: 20px;
}

#help .card button i{
  transform: rotate(45deg);
}

@media(max-width: 520px){
	#help .titulo{
		font-size: 36px;
	}
}