.toolWork-section {
    padding: 130px 0;
}
.toolWorkContainer h2{
    font-weight: 600;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    
}
.btnsSec {
    padding-top: 50px;
    max-width: 603px;
     width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.btN {
    max-width: 191px;
    width: 100%;
}
.styleBtnSecond{
    max-width: 191px;
    width: 100%;
    border: 1px solid #DED2FF;
    padding: 10px 0;
    border-radius: 3px;
    background: #FCF2FF;
}
.styleBtnSecond p {
    color: #64748B;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;

}
.styleBtnSecond.active,.styleBtnSecond:hover {
    background: #FCF2FF;
    border: 1px solid #7E09D6;
    color: #7E09D6;
}
.styleBtnSecond.active p,.styleBtnSecond:hover p{
    color: #7E09D6;
}
.btnbasedContent {
    max-width: 962px;
    width: 100%;
    margin:0 auto;
    min-height: 370px;
    height: 100%;
    background: #FEFAFF;
    margin-top: 30px;
}
.content div{
    padding-top: 9px;
}
.content div img{
    margin-bottom: -9px;
}
.content.visible {
    display: flex;
    opacity: 1;
}
.textContentContainer {
    /* max-width: 567px;
    width: 100%; */
    padding: 26px 32px 8px;
}

.textContent p:nth-of-type(1){
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #2B1B53;
    margin-bottom: 8px;
}
.textContent p:nth-of-type(2) {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #485C77;
    margin-bottom: 30px;
}
.textContent p:nth-of-type(3) {
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #485C77;
    margin-bottom: 10px;
}
.textContent ol{
    padding-left: 16px;
}
.textContent ol li{
    font-weight: 400;
    font-size: 15px;
    line-height: 200%;
    letter-spacing: 0%;
    color: #485C77;
}
.textContent ol li strong{
    font-weight: 600;
    color: #2B1B53;
}
.textContent ol li::marker {
    font-weight: 600;
    color: #2b1b53;
}
@media (max-width: 575px){
    .toolWork-section {
        padding: 40px 0 80px;
    }
    .content.visible {
        flex-direction: column;
        gap: 30px;
    }
    .toolWorkContainer h2{
        font-size: 21px;
        line-height: 100%;
    }
    .btnsSec {
        max-width: 100%;
        width: 100%;
        overflow-x: auto;
        margin: 0 auto;
        gap: 10px;
        scrollbar-width: none;
    }
    .styleBtnSecond {
        min-width: 164px;
        width: 100%;
        max-width: unset;
        padding: 10px 16px;
    }
    .styleBtnSecond p {
        font-size: 15px;
        line-height: 26px;
        white-space: nowrap;
    }
    .btnbasedContent {
        margin-left: -15px;
        margin-right: -15px;
        width: unset;
        padding: 25px 15px;
    }
    .content div img {
        margin-bottom: 0px;
        width: 360px;
        height: 370px;
    }
    .textContentContainer {
        padding: 0;
    }
    .textContent p:nth-of-type(2),.textContent p:nth-of-type(3) {
        font-size: 15px;
        line-height: 26px;
    }
}