.tabs-image-text__heading{margin-bottom:50px}.tabs-image-text__tabs-wrapper{display:flex;flex-wrap:wrap;row-gap:30px}.tabs-image-text__tabs-buttons{display:flex;flex-direction:column;padding-top:40px;width:25%}@media (max-width:992px){.tabs-image-text__tabs-buttons{row-gap:20px;width:100%}}.tabs-image-text__tabs-button{border-bottom-left-radius:10px;border-top-left-radius:10px;color:#15aead;cursor:pointer;font-weight:700;padding:22px 26px;transition:all .2s linear}.tabs-image-text__tabs-button:hover{background-color:#f5f5f5}.tabs-image-text__tabs-button--active{background:#323233;color:#fff}.tabs-image-text__tabs-button--active:hover{background:#323233}@media (max-width:992px){.tabs-image-text__tabs-button{background:#f5f5f5;border-radius:10px;padding:12px 26px;text-align:center}.tabs-image-text__tabs-button--active{background:#323233;color:#fff}}.tabs-image-text__content-wrapper{border-radius:10px;display:flex;flex-wrap:wrap;overflow:hidden;width:75%}@media (max-width:992px){.tabs-image-text__content-wrapper{flex-direction:column-reverse;width:100%}}.tabs-image-text__content-text-wrapper{align-items:center;background-color:#323233;display:flex;padding:48px;width:50%}@media (max-width:992px){.tabs-image-text__content-text-wrapper{width:100%}}.tabs-image-text__content-image{background-color:#323233;width:50%}@media (max-width:992px){.tabs-image-text__content-image{max-height:400px;width:100%}}.tabs-image-text__content-image img{display:block;height:100%;object-fit:cover;transition:opacity .2s linear;width:100%}@media (max-width:992px){.tabs-image-text__content-image img{object-position:center}}.fade{opacity:0;transition:opacity .2s linear}.fade.show{opacity:1}