#types-of-engagement {
    position: relative;
    z-index: 2;
    overflow: visible;
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #F9F9F9
}

#types-of-engagement::before {
    content: '';
    background: var(--color-white);
    width: 50%;
    position: absolute;
    left: 0;
    height: 117px;
    z-index: 0;
    display: block;
    bottom: 0;
}

#types-of-engagement::after {
    content: '';
    background: var(--color-white);
    width: 50%;
    position: absolute;
    right: 0;
    height: 236px;
    z-index: 0;
    display: block;
    bottom: 0;
}

wrapper-types-of-engagement {
    position: relative;
}

.wrapper-types-of-engagement::before {
    content: '';
    background: var(--color-purple-light);
    width: 50%;
    position: absolute;
    left: 0;
    height: 117px;
    z-index: 0;
    display: block;
    bottom: 100px;
}

.wrapper-types-of-engagement::after {
    content: '';
    background: var(--color-purple-light);
    width: 50%;
    position: absolute;
    right: 0;
    height: 117px;
    z-index: 0;
    display: block;
    bottom: 336px;
}

.tab {
    overflow: hidden;
}

.tab button {
    background: #2A1C4B;
    float: left;
    width: 33.33%;
    text-align: center;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 20px;
    transition: 0.3s;
    font-size: 20px;
    line-height: 30px;
    color: var(--color-purple-light-other);
    font-weight: 600;
    text-align: center;
}

.tab button.active {
    background: var(--color-purple);
    color: var(--color-white);
    z-index: 2;
}

#types-of-engagement .fade-in-view .tabcontent p {
    text-align: left;
    color: var(--color-purple-other);
    letter-spacing: var(--letter-spacing-m);
}

#types-of-engagement .fade-in-view .tabcontent p strong {
    color: var(--color-white);
}

.tabcontent {
    display: none;
    padding: 50px 75px 0;
    background: var(--color-purple-medium);
    border: 0;
    text-align: left;
    color: var(--color-white);
    min-height: 455px;
}

.tabcontent h3 {
    font-size: 45px;
    line-height: 1;
    color: var(--color-orange);
    font-weight: bold;
    margin: 0px 0 -20px;
}

.tabcontent h3 a.color-orange {
    color: var(--color-orange);
    position: relative;
    z-index: 999;
}

#types-of-engagement .tabcontent .cta-link-white {
    color: var(--color-white);
}

#types-of-engagement .tabcontent .cta-link-white span {
    color: #001721
}

.tabs-setion h1 {
    text-align: left;
    margin-bottom: 80px;
    font-weight: bold;
}

.tabs-setion {
    position: relative;
    z-index: 1;
}

.tabcontent p {}

.tabcontent ul {
    padding-left: 0px;
    color: var(--color-purple-other);
    letter-spacing: var(--letter-spacing-m);
    list-style: none;
}

.tabcontent ul li {
    position: relative;
    margin-bottom: 30px;
    padding-left: 50px;
}

.tabcontent ul li:last-child {
    margin: 0;
}

.tabcontent ul li::before {
    position: absolute;
    left: 0;
    content: '';
    background: url(./imgs/racheta.svg) center center no-repeat;
    background-size: contain;
    width: 33px;
    height: 33px;
    top: calc(50% - 16.5px);
}

.nav-mobile-tabs {
    display: none;
}

.btn-nav-tabs {
    border: 0;
    background: transparent;
    box-shadow: none;
}

.btn-nav-tabs span {
    background-color: transparent;
    color: #fff;
    display: block;
    width: 54px;
    padding: 10px 0;
    margin: 0;
    text-align: center;
    font-size: 30px;
    line-height: 1;
    transition: var(--transition-all);
}

@media screen and (max-width: 991px) {
    .tabs-wrapper {
        position: relative;
    }
    .nav-mobile-tabs {
        display: inline-block;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
    }
    .nav-mobile-tabs .btnPrevious {
        float: left;
    }
    .nav-mobile-tabs .btnNext {
        float: right;
    }
    #process .fade-in-view h1 {
        text-align: left;
    }
    #process .fade-in-view p {
        text-align: left;
        margin: 0;
    }
    #types-of-engagement {
        padding-top: 0
    }
    .tab button {
        font-size: 25px;
        line-height: 1;
        padding: 15px;
        width: 100%;
        position: absolute;
    }
    .tabcontent {
        padding: 70px 30px 0px;
    }
    .tabcontent h3 a {
        font-size: 35px;
    }
    .tabs-setion.col-12 {
        padding: 0;
    }
    .tabs-setion.col-12 h1 {
        padding: 0 15px;
    }
    .tabcontent .hidden-md {
        position: relative;
        padding: 40px 0 30px;
    }
    .tabcontent .hidden-md a {
        margin: 0 auto;
        display: table;
        color: #fff;
    }
    .tabcontent .hidden-md::before {
        background: var(--color-purple);
        content: '';
        position: absolute;
        top: 0;
        left: -30px;
        width: calc(100% + 60px);
        height: 100%;
    }

    .tabcontent .hidden-md p {
        margin: 0;
    }
}
