.questions .bg-doubt{padding:30px 15px 10px;background-color:#eee}.questions .bg-doubt .form-doubt label{display:none}.questions .bg-doubt .form-doubt .input{margin:10px 0}.questions .bg-doubt .form-doubt .contact-button{width:100%;padding:13px 0}.questions .box-question{cursor:pointer;background-color:#eee;border-radius:8px;padding:20px}.questions .box-question .question-content{width:100%;display:flex;justify-content:space-between}.questions .box-question .question-content .title-question{font-family:Source Sans Pro,sans-serif;font-weight:700;font-size:1.25em;color:#3e3e3e}.questions .box-question .question-content .fas{transition:.3s ease;cursor:pointer;font-size:20px;display:flex;align-items:center}.questions .box-question .question-content .active{transform:rotate(90deg)}.questions .box-question .answer{transition:.3s ease;height:0;opacity:0}.questions .box-question .active{margin-top:15px;opacity:1;height:auto}@media screen and (max-width:768px){.questions .box-question{padding:20px 15px}}