@import url(https://fonts.googleapis.com/icon?family=Material+Icons);.faq{position:relative;height:auto}.faq-container{width:100%;height:100%}.faq-label{cursor:pointer;padding:10px 25px;display:flex;justify-content:space-between;align-items:center;border-radius:2rem;background:var(--t-blue);color:var(--white);box-shadow:5px 5px 10px #bebef5 , -5px -5px 10px}.faq-label-icon{padding:2px 3px;background:var(--t-blue);border-radius:6px;display:flex;justify-content:center;align-items:center}.material-icons{color:var(--white);transition:.3s ease}.faq-answer{transition:.3s ease;margin-top:15px;height:0;border-radius:6px;overflow:hidden}.faq-answer-content{padding:10px 0 10px 15px}.faq-answer.active{background:#fff;border:1px solid #c7c4c4;height:auto;margin-bottom:25px}.rotate{transform:rotate(180deg)}.global-label{color:#365a5e;width:100%;height:35px;border-bottom:solid 2px #c4c1c1;margin-bottom:35px}.global-label-text{font-size:18px;font-weight:700;color:#365a5e}.score{display:none;color:#00ff2a;padding:15px;width:45px;height:25px;margin:45px auto;text-align:center;padding:5px;justify-content:center;align-items:center;border-radius:5px;background:#fff}.about-me{border-radius:5px;width:300px;margin:auto;color:#fff;text-align:center;background:#ffff;padding:7px 18px}