.boost_module_tabs{padding:30px}.boost_module_tabs_links{display:flex;justify-content:center;flex-wrap:wrap;gap:20px;margin-bottom:80px}.boost_module_tabs_link{padding:15px 20px;text-decoration:none;position:relative}.boost_module_tabs_link.active:before{position:absolute;content:"";width:15px;height:4px;top:24px;left:-5px;border-radius:8px}.boost_module_tabs_content{display:none;animation:fadeEffect 1s;align-items:center;justify-content:center;gap:50px;max-width:800px;margin:0 auto}.boost_module_tabs_content.with-icon{align-items:flex-start}.boost_module_tabs_content .tab_icon{width:80px;flex:1 0 auto}.boost_module_tabs_img{max-width:40%}@keyframes fadeEffect{0%{opacity:0}to{opacity:1}}@media (max-width:767px){.boost_module_tabs_content{flex-wrap:wrap}.boost_module_tabs_content .tab_icon{flex:0 1 auto}.boost_module_tabs_img{max-width:100%}}