.section__header_new{
    text-align: center;
    width: 80%;
    margin: auto;
}
.section__header_new h2 {
    color: var(--color-brown);
    font-weight: 600;
    line-height: 60px;
}
.use_cards_new {
      display: flex;
      margin-top: 40px;

    & .left-section-div{
      display: flex;
      flex-direction: column;
      gap: 2rem;
      flex:1;

      & .left-inner-div{
        display: flex;
        flex-direction: column;
        gap: 1rem;

        & .left-inner-head{
            display: flex;
            justify-content: start;
            gap:1rem;
            align-items: center;
            color:#2C2C2C;
            font-weight:600;
            font-size:24px;
            & img{
                width: 25px;
                height: 25px;
            }
        }
      }
    }

    & .right-section-div{
        display: flex;
        justify-content: center;
        align-items: center;
        flex: 1;
        margin-top: 80px;
    }


}
.output__action_container{
    padding-bottom: 0px;
}

@media (max-width: 768px) {
        .use_cards_new{
            justify-content: center;
            align-items: center;
            flex-direction: column;

        }
        .textarea__div .tool__result, .textarea__div textarea{
    border-right: none;
}
        .right-section-div{
            margin-top: 40px
        }
    }
