.tabs-module__links{display:flex;flex-wrap:wrap;gap:0;justify-content:start;margin:0 auto}.tabs-intro h2{line-height:120%}.tabs-module__link{align-items:center;background:#fff;border-bottom:12px solid transparent;border-radius:8px 8px 0 0;color:var(--color-dark-purple);display:flex;flex-shrink:0;font-size:20px;gap:10px;justify-content:center;padding:5px 24px;position:relative;text-decoration:none;width:fit-content;z-index:5}.tabs-module__link.active,.tabs-module__link:focus,.tabs-module__link:hover{background:#fff;border-bottom:12px solid var(--color-blue);color:var(--color-blue)}.tabs-module__content{align-items:start;animation:fadeEffect 1s;background:var(--color-gray-4);border-radius:0 10px 10px 10px;display:none;justify-content:start;padding:45px;position:relative;z-index:1}.tabs-module__title{margin-bottom:30px}.tabs-module__text>span{display:block}.tabs-module__text>ol,.tabs-module__text>p,.tabs-module__text>span,.tabs-module__text>ul{margin-bottom:20px!important}.tabs-module__text>a,.tabs-module__text>li,.tabs-module__text>ol,.tabs-module__text>p,.tabs-module__text>span,.tabs-module__text>ul{font-size:inherit;line-height:inherit}.tabs-module__text>* a{text-decoration:underline}.tabs-module__text li:before{background-color:var(--color-dark-purple)!important}@keyframes fadeEffect{0%{opacity:0}to{opacity:1}}@media (max-width:767px){.tabs-module__title{font-size:27px}.tabs-module__content{flex-wrap:wrap;padding:20px}.tabs-module__content .tab_icon{flex:0 1 auto}.tabs-module__img{max-width:100%}}