.toggle_tab-richtext{margin:30px 0}@media screen and (max-width: 768px){.toggle_tab-richtext{margin:10px 0}}.toggle_tab-richtext .toggle_button{width:100%;cursor:pointer;padding:20px 50px;background:#fff !important;border:1px solid #ea580c;border-radius:26px;text-align:left;font-weight:bold;transition:all .3s ease;display:flex;justify-content:space-between;align-items:center;color:#374151;font-size:24px;font-weight:500;font-family:"Poppins",sans-serif}.toggle_tab-richtext .toggle_button::before{content:none}.toggle_tab-richtext .toggle_button:hover{color:#374151}.toggle_tab-richtext .toggle-content{max-height:0;overflow:hidden;transition:max-height .4s ease-out;background-color:#fff;border-left:1px solid rgba(0,0,0,0);border-right:1px solid rgba(0,0,0,0);border-bottom-left-radius:4px;border-bottom-right-radius:4px}.toggle_tab-richtext .toggle-content.open{max-height:1000px;transition:max-height .6s ease-in;border:1px solid #e0e0e0;padding:16px}.toggle_tab-richtext .toggle-content .info_content{padding:0 16px}.toggle_button .arrow-toggle{transition:all ease-in-out .5s}@media screen and (max-width: 768px){.toggle_button .arrow-toggle{width:20px}}.toggle_button.active{background-color:#e0e0e0;border-bottom-left-radius:0;border-bottom-right-radius:0}.toggle_button.active .arrow-toggle{transform:rotate(180deg)}@media screen and (max-width: 768px){.toggle_tab-richtext .toggle_button{padding:15px 25px;font-size:18px}}