
.accounting {
    padding: 0 15px;
}

.accounting_container {
    display: flex;
    justify-content: space-between;
    padding: 15px 0 0 0;
    flex-direction: column;
    gap: 15px;
    @media (min-width: 768px) {
        padding: 50px 0 0 0;
    }
    @media (min-width: 1300px) {
        flex-direction: row;
        gap: unset;
        padding: 90px 0 0 0;
    }
}

.accounting_monitor {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 30px 0;
    img {
        max-width: 345px;
    }
    @media (min-width: 1300px) {
        width: unset;
        display: unset;
        margin-bottom: 90px;
        margin-right: 147px;
    }
}

.banner_heading {

    @media (min-width: 1300px) {
        max-width: 450px;
    }
}
.banner_description {

    @media (min-width: 1300px) {
        max-width: 640px;
    }
}

/*accounting solution*/
.accounting_solution {
    background: var(--grey-50);
}

.accounting_solution_card {
    @media (min-width: 768px) {
        width: 340px !important;
    }
    @media (min-width: 1300px) {
        width: 410px !important;
    }
}

/*accounting_features*/
.accounting_features {
    background: var(--grey-25);
}

/*workflow*/
.workflow {
    background: var(--orange-25);
}
.workflow_card {
    width: 100% !important;
    @media (min-width: 650px) {
        width: 300px !important;
    }
    h3 {
        width: 170px;
    }
    p {
        width: 210px;
    }
}

/*benefits*/
.benefits {
    background: var(--grey-50);
}

.benefit_card {
    @media (min-width: 768px) {
        width: 300px !important;
    }
}

/*bottom_banner*/


